Shades of Yukon Gold #846B14
Tints of Yukon Gold #846B14
RGB
CMYK
RGB Variations
Color information
#846B14 (or 0x846B14) is known color: Yukon Gold. HEX triplet: 84, 6B and 14. RGB value is (132,107,20). Sum of RGB (Red+Green+Blue) = 132+107+20=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 107 (42.19% from 255 or 41.31% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #846B14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846B14 is #7B94EB. Grayscale: #686868. Windows color (decimal): -8099052 or 1338244. OLE color: 1338244.
HSL color Cylindrical-coordinate representation of color #846B14: hue angle of 46.61º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #846B14 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 107 | 20 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.48 |
| HSL | 46.61º | 0.74% | 0.3% | - |
| HSV(B) | 46.61º | 0.85% | 0.52% | - |
| XYZ | 14.9 | 15.47 | 2.86 | - |
| YUV | 104.56 | 80.28 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 20 | 0 | 0.19 | 0.85 | 0.48 | 46.61 | 0.74 | 0.3 |
| Hex | 84 | 6B | 14 | 0 | 13 | 55 | 30 | 2F | 4A | 1E |
| Octal | 204 | 153 | 24 | 0 | 23 | 125 | 60 | 57 | 112 | 36 |
| Binary | 10000100 | 1101011 | 10100 | 0 | 10011 | 1010101 | 110000 | 101111 | 1001010 | 11110 |
Color Harmonies of #846B14
Complementary color
Monochromatic Colors of #846B14
Black with #846B14
Text Example
Text Example
White with #846B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846B14; }
p { color: rgb(132,107,20); }
H1.HeaderClassName
{
color: #846B14;
}
.AnyTagClassName
{
color: #846B14;
}
</style>
background-color css
<style>
a { background-color: #846B14; }
a { background-color: rgb(132,107,20); }
div.DivClassName
{
background-color: #846B14;
}
.BgClassName
{
background-color: #846B14;
}
</style>
border-color css
<style>
span { border-color: #846B14; }
span { border-color: rgb(132,107,20); }
td.TdClassName
{
border-color: #846B14;
}
.TagClassName
{
border-color: #846B14;
}
</style>