Shades of Yukon Gold #846E12
Tints of Yukon Gold #846E12
RGB
CMYK
RGB Variations
Color information
#846E12 (or 0x846E12) is known color: Yukon Gold. HEX triplet: 84, 6E and 12. RGB value is (132,110,18). Sum of RGB (Red+Green+Blue) = 132+110+18=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 110 (43.36% from 255 or 42.31% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #846E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846E12 is #7B91ED. Grayscale: #6A6A6A. Windows color (decimal): -8098286 or 1207940. OLE color: 1207940.
HSL color Cylindrical-coordinate representation of color #846E12: hue angle of 48.42º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #846E12 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 110 | 18 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.48 |
| HSL | 48.42º | 0.76% | 0.29% | - |
| HSV(B) | 48.42º | 0.86% | 0.52% | - |
| XYZ | 15.2 | 16.1 | 2.88 | - |
| YUV | 106.09 | 78.29 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 110 | 18 | 0 | 0.17 | 0.86 | 0.48 | 48.42 | 0.76 | 0.29 |
| Hex | 84 | 6E | 12 | 0 | 11 | 56 | 30 | 30 | 4C | 1D |
| Octal | 204 | 156 | 22 | 0 | 21 | 126 | 60 | 60 | 114 | 35 |
| Binary | 10000100 | 1101110 | 10010 | 0 | 10001 | 1010110 | 110000 | 110000 | 1001100 | 11101 |
Color Harmonies of #846E12
Complementary color
Monochromatic Colors of #846E12
Black with #846E12
Text Example
Text Example
White with #846E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846E12; }
p { color: rgb(132,110,18); }
H1.HeaderClassName
{
color: #846E12;
}
.AnyTagClassName
{
color: #846E12;
}
</style>
background-color css
<style>
a { background-color: #846E12; }
a { background-color: rgb(132,110,18); }
div.DivClassName
{
background-color: #846E12;
}
.BgClassName
{
background-color: #846E12;
}
</style>
border-color css
<style>
span { border-color: #846E12; }
span { border-color: rgb(132,110,18); }
td.TdClassName
{
border-color: #846E12;
}
.TagClassName
{
border-color: #846E12;
}
</style>