Shades of Yukon Gold #856709
Tints of Yukon Gold #856709
RGB
CMYK
RGB Variations
Color information
#856709 (or 0x856709) is known color: Yukon Gold. HEX triplet: 85, 67 and 09. RGB value is (133,103,9). Sum of RGB (Red+Green+Blue) = 133+103+9=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 103 (40.62% from 255 or 42.04% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #856709 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856709 is #7A98F6. Grayscale: #656565. Windows color (decimal): -8034551 or 616325. OLE color: 616325.
HSL color Cylindrical-coordinate representation of color #856709: hue angle of 45.48º 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 #856709 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 103 | 9 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.48 |
| HSL | 45.48º | 0.87% | 0.28% | - |
| HSV(B) | 45.48º | 0.93% | 0.52% | - |
| XYZ | 14.57 | 14.71 | 2.33 | - |
| YUV | 101.25 | 75.94 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 103 | 9 | 0 | 0.23 | 0.93 | 0.48 | 45.48 | 0.87 | 0.28 |
| Hex | 85 | 67 | 9 | 0 | 17 | 5D | 30 | 2D | 57 | 1C |
| Octal | 205 | 147 | 11 | 0 | 27 | 135 | 60 | 55 | 127 | 34 |
| Binary | 10000101 | 1100111 | 1001 | 0 | 10111 | 1011101 | 110000 | 101101 | 1010111 | 11100 |
Color Harmonies of #856709
Complementary color
Monochromatic Colors of #856709
Black with #856709
Text Example
Text Example
White with #856709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856709; }
p { color: rgb(133,103,9); }
H1.HeaderClassName
{
color: #856709;
}
.AnyTagClassName
{
color: #856709;
}
</style>
background-color css
<style>
a { background-color: #856709; }
a { background-color: rgb(133,103,9); }
div.DivClassName
{
background-color: #856709;
}
.BgClassName
{
background-color: #856709;
}
</style>
border-color css
<style>
span { border-color: #856709; }
span { border-color: rgb(133,103,9); }
td.TdClassName
{
border-color: #856709;
}
.TagClassName
{
border-color: #856709;
}
</style>