#856D08

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

Shades of Yukon Gold #856D08

Tints of Yukon Gold #856D08

Color information

#856D08 (or 0x856D08) is unknown color: approx Yukon Gold. HEX triplet: 85, 6D and 08. RGB value is (133,109,8). Sum of RGB (Red+Green+Blue) = 133+109+8=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 109 (42.97% from 255 or 43.6% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #856D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856D08 is #7A92F7. Grayscale: #696969. Windows color (decimal): -8033016 or 552325. OLE color: 552325.

HSL color Cylindrical-coordinate representation of color #856D08: hue angle of 48.48º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #856D08 is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB1331098-
CMYK00.180.940.48
HSL48.48º88.65%27.65%-
HSV(B)48.48º93.98%52.16%-
XYZ15.1915.942.51-
YUV104.6673.45148.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.2%
GREEN value IS 109 (42.97% from 255) = 43.6%
BLUE value IS 8 (3.52% from 255) = 3.2%
R=53.2%
G=43.6%
B=3.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133109800.180.940.4848.4888.6527.65
Hex856D80125E3030591c
Octal20515510022136606013134
Binary10000101110110110000100101011110110000110000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856D08; }

 p { color: rgb(133,109,8); }

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

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

 a { background-color: rgb(133,109,8); }

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

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

 span { border-color: rgb(133,109,8); }

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