#856616

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

Shades of Yukon Gold #856616

Tints of Yukon Gold #856616

Color information

#856616 (or 0x856616) is unknown color: approx Yukon Gold. HEX triplet: 85, 66 and 16. RGB value is (133,102,22). Sum of RGB (Red+Green+Blue) = 133+102+22=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 102 (40.23% from 255 or 39.69% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #856616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856616 is #7A99E9. Grayscale: #666666. Windows color (decimal): -8034794 or 1468037. OLE color: 1468037.

HSL color Cylindrical-coordinate representation of color #856616: hue angle of 43.24º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #856616 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB13310222-
CMYK00.230.830.48
HSL43.24º71.61%30.39%-
HSV(B)43.24º83.46%52.16%-
XYZ14.5714.552.8-
YUV102.1582.77150-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.75%
GREEN value IS 102 (40.23% from 255) = 39.69%
BLUE value IS 22 (8.98% from 255) = 8.56%
R=51.75%
G=39.69%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331022200.230.830.4843.2471.6130.39
Hex85661601753302b481e
Octal20514626027123605311036
Binary100001011100110101100101111010011110000101011100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856616; }

 p { color: rgb(133,102,22); }

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

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

 a { background-color: rgb(133,102,22); }

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

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

 span { border-color: rgb(133,102,22); }

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