Shades of Yukon Gold #856D09
Tints of Yukon Gold #856D09
RGB
CMYK
RGB Variations
Color information
#856D09 (or 0x856D09) is known color: Yukon Gold. HEX triplet: 85, 6D and 09. RGB value is (133,109,9). Sum of RGB (Red+Green+Blue) = 133+109+9=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 109 (42.97% from 255 or 43.43% from 251); Blue value is 9 (3.91% from 255 or 3.59% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #856D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856D09 is #7A92F6. Grayscale: #696969. Windows color (decimal): -8033015 or 617861. OLE color: 617861.
HSL color Cylindrical-coordinate representation of color #856D09: hue angle of 48.39º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #856D09 is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 109 | 9 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.48 |
| HSL | 48.39º | 0.87% | 0.28% | - |
| HSV(B) | 48.39º | 0.93% | 0.52% | - |
| XYZ | 15.19 | 15.94 | 2.54 | - |
| YUV | 104.78 | 73.95 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 109 | 9 | 0 | 0.18 | 0.93 | 0.48 | 48.39 | 0.87 | 0.28 |
| Hex | 85 | 6D | 9 | 0 | 12 | 5D | 30 | 30 | 57 | 1C |
| Octal | 205 | 155 | 11 | 0 | 22 | 135 | 60 | 60 | 127 | 34 |
| Binary | 10000101 | 1101101 | 1001 | 0 | 10010 | 1011101 | 110000 | 110000 | 1010111 | 11100 |
Color Harmonies of #856D09
Complementary color
Monochromatic Colors of #856D09
Black with #856D09
Text Example
Text Example
White with #856D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856D09; }
p { color: rgb(133,109,9); }
H1.HeaderClassName
{
color: #856D09;
}
.AnyTagClassName
{
color: #856D09;
}
</style>
background-color css
<style>
a { background-color: #856D09; }
a { background-color: rgb(133,109,9); }
div.DivClassName
{
background-color: #856D09;
}
.BgClassName
{
background-color: #856D09;
}
</style>
border-color css
<style>
span { border-color: #856D09; }
span { border-color: rgb(133,109,9); }
td.TdClassName
{
border-color: #856D09;
}
.TagClassName
{
border-color: #856D09;
}
</style>