Shades of Yukon Gold #856D12
Tints of Yukon Gold #856D12
RGB
CMYK
RGB Variations
Color information
#856D12 (or 0x856D12) is known color: Yukon Gold. HEX triplet: 85, 6D and 12. RGB value is (133,109,18). Sum of RGB (Red+Green+Blue) = 133+109+18=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 109 (42.97% from 255 or 41.92% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #856D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856D12 is #7A92ED. Grayscale: #6A6A6A. Windows color (decimal): -8033006 or 1207685. OLE color: 1207685.
HSL color Cylindrical-coordinate representation of color #856D12: hue angle of 47.48º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #856D12 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 109 | 18 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.48 |
| HSL | 47.48º | 0.76% | 0.3% | - |
| HSV(B) | 47.48º | 0.86% | 0.52% | - |
| XYZ | 15.25 | 15.97 | 2.85 | - |
| YUV | 105.8 | 78.45 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 109 | 18 | 0 | 0.18 | 0.86 | 0.48 | 47.48 | 0.76 | 0.3 |
| Hex | 85 | 6D | 12 | 0 | 12 | 56 | 30 | 2F | 4C | 1E |
| Octal | 205 | 155 | 22 | 0 | 22 | 126 | 60 | 57 | 114 | 36 |
| Binary | 10000101 | 1101101 | 10010 | 0 | 10010 | 1010110 | 110000 | 101111 | 1001100 | 11110 |
Color Harmonies of #856D12
Complementary color
Monochromatic Colors of #856D12
Black with #856D12
Text Example
Text Example
White with #856D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856D12; }
p { color: rgb(133,109,18); }
H1.HeaderClassName
{
color: #856D12;
}
.AnyTagClassName
{
color: #856D12;
}
</style>
background-color css
<style>
a { background-color: #856D12; }
a { background-color: rgb(133,109,18); }
div.DivClassName
{
background-color: #856D12;
}
.BgClassName
{
background-color: #856D12;
}
</style>
border-color css
<style>
span { border-color: #856D12; }
span { border-color: rgb(133,109,18); }
td.TdClassName
{
border-color: #856D12;
}
.TagClassName
{
border-color: #856D12;
}
</style>