#846420

Color #846420 Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #846420

Tints of Yukon Gold #846420

Color information

#846420 (or 0x846420) is unknown color: approx Yukon Gold. HEX triplet: 84, 64 and 20. RGB value is (132,100,32). Sum of RGB (Red+Green+Blue) = 132+100+32=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #846420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846420 is #7B9BDF. Grayscale: #666666. Windows color (decimal): -8100832 or 2122884. OLE color: 2122884.

HSL color Cylindrical-coordinate representation of color #846420: hue angle of 40.8º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #846420 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB13210032-
CMYK00.240.760.48
HSL40.8º60.98%32.16%-
HSV(B)40.8º75.76%51.76%-
XYZ14.3314.123.34-
YUV101.8288.6149.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 50%
GREEN value IS 100 (39.45% from 255) = 37.88%
BLUE value IS 32 (12.89% from 255) = 12.12%
R=50%
G=37.88%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321003200.240.760.4840.860.9832.16
Hex8464200184C30293d20
Octal2041444003011460517540
Binary1000010011001001000000110001001100110000101001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846420; }

 p { color: rgb(132,100,32); }

 H1.HeaderClassName
 {
   color: #846420;
 }
 .AnyTagClassName
 {
   color: #846420;
 }
</style>
background-color css

<style>
 a { background-color: #846420; }

 a { background-color: rgb(132,100,32); }

 div.DivClassName
 {
   background-color: #846420;
 }
 .BgClassName
 {
   background-color: #846420;
 }
</style>
border-color css

<style>
 span { border-color: #846420; }

 span { border-color: rgb(132,100,32); }

 td.TdClassName
 {
   border-color: #846420;
 }
 .TagClassName
 {
   border-color: #846420;
 }
</style>