Shades of Yukon Gold #856E0D
Tints of Yukon Gold #856E0D
RGB
CMYK
RGB Variations
Color information
#856E0D (or 0x856E0D) is known color: Yukon Gold. HEX triplet: 85, 6E and 0D. RGB value is (133,110,13). Sum of RGB (Red+Green+Blue) = 133+110+13=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 110 (43.36% from 255 or 42.97% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #856E0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856E0D is #7A91F2. Grayscale: #6A6A6A. Windows color (decimal): -8032755 or 880261. OLE color: 880261.
HSL color Cylindrical-coordinate representation of color #856E0D: hue angle of 48.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #856E0D is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 110 | 13 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.48 |
| HSL | 48.5º | 0.82% | 0.29% | - |
| HSV(B) | 48.5º | 0.9% | 0.52% | - |
| XYZ | 15.32 | 16.17 | 2.69 | - |
| YUV | 105.82 | 75.62 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 110 | 13 | 0 | 0.17 | 0.90 | 0.48 | 48.5 | 0.82 | 0.29 |
| Hex | 85 | 6E | D | 0 | 11 | 5A | 30 | 30 | 52 | 1D |
| Octal | 205 | 156 | 15 | 0 | 21 | 132 | 60 | 60 | 122 | 35 |
| Binary | 10000101 | 1101110 | 1101 | 0 | 10001 | 1011010 | 110000 | 110000 | 1010010 | 11101 |
Color Harmonies of #856E0D
Complementary color
Monochromatic Colors of #856E0D
Black with #856E0D
Text Example
Text Example
White with #856E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856E0D; }
p { color: rgb(133,110,13); }
H1.HeaderClassName
{
color: #856E0D;
}
.AnyTagClassName
{
color: #856E0D;
}
</style>
background-color css
<style>
a { background-color: #856E0D; }
a { background-color: rgb(133,110,13); }
div.DivClassName
{
background-color: #856E0D;
}
.BgClassName
{
background-color: #856E0D;
}
</style>
border-color css
<style>
span { border-color: #856E0D; }
span { border-color: rgb(133,110,13); }
td.TdClassName
{
border-color: #856E0D;
}
.TagClassName
{
border-color: #856E0D;
}
</style>