Shades of Yukon Gold #856D15
Tints of Yukon Gold #856D15
RGB
CMYK
RGB Variations
Color information
#856D15 (or 0x856D15) is known color: Yukon Gold. HEX triplet: 85, 6D and 15. RGB value is (133,109,21). Sum of RGB (Red+Green+Blue) = 133+109+21=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 109 (42.97% from 255 or 41.44% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #856D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856D15 is #7A92EA. Grayscale: #6A6A6A. Windows color (decimal): -8033003 or 1404293. OLE color: 1404293.
HSL color Cylindrical-coordinate representation of color #856D15: hue angle of 47.14º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #856D15 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 109 | 21 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.48 |
| HSL | 47.14º | 0.73% | 0.3% | - |
| HSV(B) | 47.14º | 0.84% | 0.52% | - |
| XYZ | 15.28 | 15.98 | 2.99 | - |
| YUV | 106.14 | 79.95 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 109 | 21 | 0 | 0.18 | 0.84 | 0.48 | 47.14 | 0.73 | 0.3 |
| Hex | 85 | 6D | 15 | 0 | 12 | 54 | 30 | 2F | 49 | 1E |
| Octal | 205 | 155 | 25 | 0 | 22 | 124 | 60 | 57 | 111 | 36 |
| Binary | 10000101 | 1101101 | 10101 | 0 | 10010 | 1010100 | 110000 | 101111 | 1001001 | 11110 |
Color Harmonies of #856D15
Complementary color
Monochromatic Colors of #856D15
Black with #856D15
Text Example
Text Example
White with #856D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856D15; }
p { color: rgb(133,109,21); }
H1.HeaderClassName
{
color: #856D15;
}
.AnyTagClassName
{
color: #856D15;
}
</style>
background-color css
<style>
a { background-color: #856D15; }
a { background-color: rgb(133,109,21); }
div.DivClassName
{
background-color: #856D15;
}
.BgClassName
{
background-color: #856D15;
}
</style>
border-color css
<style>
span { border-color: #856D15; }
span { border-color: rgb(133,109,21); }
td.TdClassName
{
border-color: #856D15;
}
.TagClassName
{
border-color: #856D15;
}
</style>