#856816

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

Shades of Yukon Gold #856816

Tints of Yukon Gold #856816

Color information

#856816 (or 0x856816) is unknown color: approx Yukon Gold. HEX triplet: 85, 68 and 16. RGB value is (133,104,22). Sum of RGB (Red+Green+Blue) = 133+104+22=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #856816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856816 is #7A97E9. Grayscale: #676767. Windows color (decimal): -8034282 or 1468549. OLE color: 1468549.

HSL color Cylindrical-coordinate representation of color #856816: hue angle of 44.32º 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 #856816 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB13310422-
CMYK00.220.830.48
HSL44.32º71.61%30.39%-
HSV(B)44.32º83.46%52.16%-
XYZ14.7714.952.87-
YUV103.3282.11149.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.35%
GREEN value IS 104 (41.02% from 255) = 40.15%
BLUE value IS 22 (8.98% from 255) = 8.49%
R=51.35%
G=40.15%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331042200.220.830.4844.3271.6130.39
Hex85681601653302c481e
Octal20515026026123605411036
Binary100001011101000101100101101010011110000101100100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856816; }

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

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

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

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

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

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

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

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