Shades of Yukon Gold #846B0A
Tints of Yukon Gold #846B0A
RGB
CMYK
RGB Variations
Color information
#846B0A (or 0x846B0A) is known color: Yukon Gold. HEX triplet: 84, 6B and 0A. RGB value is (132,107,10). Sum of RGB (Red+Green+Blue) = 132+107+10=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 107 (42.19% from 255 or 42.97% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #846B0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846B0A is #7B94F5. Grayscale: #676767. Windows color (decimal): -8099062 or 682884. OLE color: 682884.
HSL color Cylindrical-coordinate representation of color #846B0A: hue angle of 47.7º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #846B0A is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 107 | 10 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.48 |
| HSL | 47.7º | 0.86% | 0.28% | - |
| HSV(B) | 47.7º | 0.92% | 0.52% | - |
| XYZ | 14.83 | 15.44 | 2.49 | - |
| YUV | 103.42 | 75.28 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 10 | 0 | 0.19 | 0.92 | 0.48 | 47.7 | 0.86 | 0.28 |
| Hex | 84 | 6B | A | 0 | 13 | 5C | 30 | 30 | 56 | 1C |
| Octal | 204 | 153 | 12 | 0 | 23 | 134 | 60 | 60 | 126 | 34 |
| Binary | 10000100 | 1101011 | 1010 | 0 | 10011 | 1011100 | 110000 | 110000 | 1010110 | 11100 |
Color Harmonies of #846B0A
Complementary color
Monochromatic Colors of #846B0A
Black with #846B0A
Text Example
Text Example
White with #846B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846B0A; }
p { color: rgb(132,107,10); }
H1.HeaderClassName
{
color: #846B0A;
}
.AnyTagClassName
{
color: #846B0A;
}
</style>
background-color css
<style>
a { background-color: #846B0A; }
a { background-color: rgb(132,107,10); }
div.DivClassName
{
background-color: #846B0A;
}
.BgClassName
{
background-color: #846B0A;
}
</style>
border-color css
<style>
span { border-color: #846B0A; }
span { border-color: rgb(132,107,10); }
td.TdClassName
{
border-color: #846B0A;
}
.TagClassName
{
border-color: #846B0A;
}
</style>