Shades of Yukon Gold #856F28
Tints of Yukon Gold #856F28
RGB
CMYK
RGB Variations
Color information
#856F28 (or 0x856F28) is known color: Yukon Gold. HEX triplet: 85, 6F and 28. RGB value is (133,111,40). Sum of RGB (Red+Green+Blue) = 133+111+40=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #856F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856F28 is #7A90D7. Grayscale: #6D6D6D. Windows color (decimal): -8032472 or 2649989. OLE color: 2649989.
HSL color Cylindrical-coordinate representation of color #856F28: hue angle of 45.81º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #856F28 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 111 | 40 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.48 |
| HSL | 45.81º | 0.54% | 0.34% | - |
| HSV(B) | 45.81º | 0.7% | 0.52% | - |
| XYZ | 15.74 | 16.51 | 4.36 | - |
| YUV | 109.48 | 88.79 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 40 | 0 | 0.17 | 0.70 | 0.48 | 45.81 | 0.54 | 0.34 |
| Hex | 85 | 6F | 28 | 0 | 11 | 46 | 30 | 2E | 36 | 22 |
| Octal | 205 | 157 | 50 | 0 | 21 | 106 | 60 | 56 | 66 | 42 |
| Binary | 10000101 | 1101111 | 101000 | 0 | 10001 | 1000110 | 110000 | 101110 | 110110 | 100010 |
Color Harmonies of #856F28
Complementary color
Monochromatic Colors of #856F28
Black with #856F28
Text Example
Text Example
White with #856F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856F28; }
p { color: rgb(133,111,40); }
H1.HeaderClassName
{
color: #856F28;
}
.AnyTagClassName
{
color: #856F28;
}
</style>
background-color css
<style>
a { background-color: #856F28; }
a { background-color: rgb(133,111,40); }
div.DivClassName
{
background-color: #856F28;
}
.BgClassName
{
background-color: #856F28;
}
</style>
border-color css
<style>
span { border-color: #856F28; }
span { border-color: rgb(133,111,40); }
td.TdClassName
{
border-color: #856F28;
}
.TagClassName
{
border-color: #856F28;
}
</style>