Shades of Yukon Gold #846E13
Tints of Yukon Gold #846E13
RGB
CMYK
RGB Variations
Color information
#846E13 (or 0x846E13) is known color: Yukon Gold. HEX triplet: 84, 6E and 13. RGB value is (132,110,19). Sum of RGB (Red+Green+Blue) = 132+110+19=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #846E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846E13 is #7B91EC. Grayscale: #6A6A6A. Windows color (decimal): -8098285 or 1273476. OLE color: 1273476.
HSL color Cylindrical-coordinate representation of color #846E13: hue angle of 48.32º degrees, saturation: 0.75, 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 #846E13 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 110 | 19 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.48 |
| HSL | 48.32º | 0.75% | 0.3% | - |
| HSV(B) | 48.32º | 0.86% | 0.52% | - |
| XYZ | 15.21 | 16.1 | 2.92 | - |
| YUV | 106.2 | 78.79 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 110 | 19 | 0 | 0.17 | 0.86 | 0.48 | 48.32 | 0.75 | 0.3 |
| Hex | 84 | 6E | 13 | 0 | 11 | 56 | 30 | 30 | 4B | 1E |
| Octal | 204 | 156 | 23 | 0 | 21 | 126 | 60 | 60 | 113 | 36 |
| Binary | 10000100 | 1101110 | 10011 | 0 | 10001 | 1010110 | 110000 | 110000 | 1001011 | 11110 |
Color Harmonies of #846E13
Complementary color
Monochromatic Colors of #846E13
Black with #846E13
Text Example
Text Example
White with #846E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846E13; }
p { color: rgb(132,110,19); }
H1.HeaderClassName
{
color: #846E13;
}
.AnyTagClassName
{
color: #846E13;
}
</style>
background-color css
<style>
a { background-color: #846E13; }
a { background-color: rgb(132,110,19); }
div.DivClassName
{
background-color: #846E13;
}
.BgClassName
{
background-color: #846E13;
}
</style>
border-color css
<style>
span { border-color: #846E13; }
span { border-color: rgb(132,110,19); }
td.TdClassName
{
border-color: #846E13;
}
.TagClassName
{
border-color: #846E13;
}
</style>