Shades of Yukon Gold #856F20
Tints of Yukon Gold #856F20
RGB
CMYK
RGB Variations
Color information
#856F20 (or 0x856F20) is known color: Yukon Gold. HEX triplet: 85, 6F and 20. RGB value is (133,111,32). Sum of RGB (Red+Green+Blue) = 133+111+32=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #856F20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856F20 is #7A90DF. Grayscale: #6C6C6C. Windows color (decimal): -8032480 or 2125701. OLE color: 2125701.
HSL color Cylindrical-coordinate representation of color #856F20: hue angle of 46.93º 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 #856F20 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 111 | 32 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.48 |
| HSL | 46.93º | 0.61% | 0.32% | - |
| HSV(B) | 46.93º | 0.76% | 0.52% | - |
| XYZ | 15.62 | 16.46 | 3.72 | - |
| YUV | 108.57 | 84.79 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 32 | 0 | 0.17 | 0.76 | 0.48 | 46.93 | 0.61 | 0.32 |
| Hex | 85 | 6F | 20 | 0 | 11 | 4C | 30 | 2F | 3D | 20 |
| Octal | 205 | 157 | 40 | 0 | 21 | 114 | 60 | 57 | 75 | 40 |
| Binary | 10000101 | 1101111 | 100000 | 0 | 10001 | 1001100 | 110000 | 101111 | 111101 | 100000 |
Color Harmonies of #856F20
Complementary color
Monochromatic Colors of #856F20
Black with #856F20
Text Example
Text Example
White with #856F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856F20; }
p { color: rgb(133,111,32); }
H1.HeaderClassName
{
color: #856F20;
}
.AnyTagClassName
{
color: #856F20;
}
</style>
background-color css
<style>
a { background-color: #856F20; }
a { background-color: rgb(133,111,32); }
div.DivClassName
{
background-color: #856F20;
}
.BgClassName
{
background-color: #856F20;
}
</style>
border-color css
<style>
span { border-color: #856F20; }
span { border-color: rgb(133,111,32); }
td.TdClassName
{
border-color: #856F20;
}
.TagClassName
{
border-color: #856F20;
}
</style>