#846D0A

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

Shades of Yukon Gold #846D0A

Tints of Yukon Gold #846D0A

Color information

#846D0A (or 0x846D0A) is unknown color: approx Yukon Gold. HEX triplet: 84, 6D and 0A. RGB value is (132,109,10). Sum of RGB (Red+Green+Blue) = 132+109+10=251 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.59% from 251); Green value is 109 (42.97% from 255 or 43.43% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 132 - color contains mainly: red. Hex color #846D0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846D0A is #7B92F5. Grayscale: #696969. Windows color (decimal): -8098550 or 683396. OLE color: 683396.

HSL color Cylindrical-coordinate representation of color #846D0A: hue angle of 48.69º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #846D0A is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB13210910-
CMYK00.170.920.48
HSL48.69º85.92%27.84%-
HSV(B)48.69º92.42%51.76%-
XYZ15.0415.862.56-
YUV104.5974.62147.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.59%
GREEN value IS 109 (42.97% from 255) = 43.43%
BLUE value IS 10 (4.30% from 255) = 3.98%
R=52.59%
G=43.43%
B=3.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321091000.170.920.4848.6985.9227.84
Hex846DA0115C3031561c
Octal20415512021134606112634
Binary10000100110110110100100011011100110000110001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846D0A; }

 p { color: rgb(132,109,10); }

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

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

 a { background-color: rgb(132,109,10); }

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

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

 span { border-color: rgb(132,109,10); }

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