Shades of Yukon Gold #856F22
Tints of Yukon Gold #856F22
RGB
CMYK
RGB Variations
Color information
#856F22 (or 0x856F22) is known color: Yukon Gold. HEX triplet: 85, 6F and 22. RGB value is (133,111,34). Sum of RGB (Red+Green+Blue) = 133+111+34=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #856F22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856F22 is #7A90DD. Grayscale: #6D6D6D. Windows color (decimal): -8032478 or 2256773. OLE color: 2256773.
HSL color Cylindrical-coordinate representation of color #856F22: hue angle of 46.67º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #856F22 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 111 | 34 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.48 |
| HSL | 46.67º | 0.59% | 0.33% | - |
| HSV(B) | 46.67º | 0.74% | 0.52% | - |
| XYZ | 15.65 | 16.47 | 3.87 | - |
| YUV | 108.8 | 85.79 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 34 | 0 | 0.17 | 0.74 | 0.48 | 46.67 | 0.59 | 0.33 |
| Hex | 85 | 6F | 22 | 0 | 11 | 4A | 30 | 2F | 3B | 21 |
| Octal | 205 | 157 | 42 | 0 | 21 | 112 | 60 | 57 | 73 | 41 |
| Binary | 10000101 | 1101111 | 100010 | 0 | 10001 | 1001010 | 110000 | 101111 | 111011 | 100001 |
Color Harmonies of #856F22
Complementary color
Monochromatic Colors of #856F22
Black with #856F22
Text Example
Text Example
White with #856F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856F22; }
p { color: rgb(133,111,34); }
H1.HeaderClassName
{
color: #856F22;
}
.AnyTagClassName
{
color: #856F22;
}
</style>
background-color css
<style>
a { background-color: #856F22; }
a { background-color: rgb(133,111,34); }
div.DivClassName
{
background-color: #856F22;
}
.BgClassName
{
background-color: #856F22;
}
</style>
border-color css
<style>
span { border-color: #856F22; }
span { border-color: rgb(133,111,34); }
td.TdClassName
{
border-color: #856F22;
}
.TagClassName
{
border-color: #856F22;
}
</style>