Shades of Yukon Gold #846E0E
Tints of Yukon Gold #846E0E
RGB
CMYK
RGB Variations
Color information
#846E0E (or 0x846E0E) is known color: Yukon Gold. HEX triplet: 84, 6E and 0E. RGB value is (132,110,14). Sum of RGB (Red+Green+Blue) = 132+110+14=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 110 (43.36% from 255 or 42.97% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #846E0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846E0E is #7B91F1. Grayscale: #6A6A6A. Windows color (decimal): -8098290 or 945796. OLE color: 945796.
HSL color Cylindrical-coordinate representation of color #846E0E: hue angle of 48.81º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #846E0E is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 110 | 14 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.48 |
| HSL | 48.81º | 0.81% | 0.29% | - |
| HSV(B) | 48.81º | 0.89% | 0.52% | - |
| XYZ | 15.17 | 16.09 | 2.72 | - |
| YUV | 105.63 | 76.29 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 110 | 14 | 0 | 0.17 | 0.89 | 0.48 | 48.81 | 0.81 | 0.29 |
| Hex | 84 | 6E | E | 0 | 11 | 59 | 30 | 31 | 51 | 1D |
| Octal | 204 | 156 | 16 | 0 | 21 | 131 | 60 | 61 | 121 | 35 |
| Binary | 10000100 | 1101110 | 1110 | 0 | 10001 | 1011001 | 110000 | 110001 | 1010001 | 11101 |
Color Harmonies of #846E0E
Complementary color
Monochromatic Colors of #846E0E
Black with #846E0E
Text Example
Text Example
White with #846E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846E0E; }
p { color: rgb(132,110,14); }
H1.HeaderClassName
{
color: #846E0E;
}
.AnyTagClassName
{
color: #846E0E;
}
</style>
background-color css
<style>
a { background-color: #846E0E; }
a { background-color: rgb(132,110,14); }
div.DivClassName
{
background-color: #846E0E;
}
.BgClassName
{
background-color: #846E0E;
}
</style>
border-color css
<style>
span { border-color: #846E0E; }
span { border-color: rgb(132,110,14); }
td.TdClassName
{
border-color: #846E0E;
}
.TagClassName
{
border-color: #846E0E;
}
</style>