Shades of Yukon Gold #856C24
Tints of Yukon Gold #856C24
RGB
CMYK
RGB Variations
Color information
#856C24 (or 0x856C24) is known color: Yukon Gold. HEX triplet: 85, 6C and 24. RGB value is (133,108,36). Sum of RGB (Red+Green+Blue) = 133+108+36=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 36 (14.45% from 255 or 13.00% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #856C24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856C24 is #7A93DB. Grayscale: #6B6B6B. Windows color (decimal): -8033244 or 2387077. OLE color: 2387077.
HSL color Cylindrical-coordinate representation of color #856C24: hue angle of 44.54º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #856C24 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 108 | 36 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.48 |
| HSL | 44.54º | 0.57% | 0.33% | - |
| HSV(B) | 44.54º | 0.73% | 0.52% | - |
| XYZ | 15.35 | 15.84 | 3.92 | - |
| YUV | 107.27 | 87.78 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 108 | 36 | 0 | 0.19 | 0.73 | 0.48 | 44.54 | 0.57 | 0.33 |
| Hex | 85 | 6C | 24 | 0 | 13 | 49 | 30 | 2D | 39 | 21 |
| Octal | 205 | 154 | 44 | 0 | 23 | 111 | 60 | 55 | 71 | 41 |
| Binary | 10000101 | 1101100 | 100100 | 0 | 10011 | 1001001 | 110000 | 101101 | 111001 | 100001 |
Color Harmonies of #856C24
Complementary color
Monochromatic Colors of #856C24
Black with #856C24
Text Example
Text Example
White with #856C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856C24; }
p { color: rgb(133,108,36); }
H1.HeaderClassName
{
color: #856C24;
}
.AnyTagClassName
{
color: #856C24;
}
</style>
background-color css
<style>
a { background-color: #856C24; }
a { background-color: rgb(133,108,36); }
div.DivClassName
{
background-color: #856C24;
}
.BgClassName
{
background-color: #856C24;
}
</style>
border-color css
<style>
span { border-color: #856C24; }
span { border-color: rgb(133,108,36); }
td.TdClassName
{
border-color: #856C24;
}
.TagClassName
{
border-color: #856C24;
}
</style>