Shades of Yukon Gold #846E2A
Tints of Yukon Gold #846E2A
RGB
CMYK
RGB Variations
Color information
#846E2A (or 0x846E2A) is known color: Yukon Gold. HEX triplet: 84, 6E and 2A. RGB value is (132,110,42). Sum of RGB (Red+Green+Blue) = 132+110+42=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 110 (43.36% from 255 or 38.73% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #846E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846E2A is #7B91D5. Grayscale: #6D6D6D. Windows color (decimal): -8098262 or 2780804. OLE color: 2780804.
HSL color Cylindrical-coordinate representation of color #846E2A: hue angle of 45.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #846E2A is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 110 | 42 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.48 |
| HSL | 45.33º | 0.52% | 0.34% | - |
| HSV(B) | 45.33º | 0.68% | 0.52% | - |
| XYZ | 15.51 | 16.22 | 4.5 | - |
| YUV | 108.83 | 90.29 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 110 | 42 | 0 | 0.17 | 0.68 | 0.48 | 45.33 | 0.52 | 0.34 |
| Hex | 84 | 6E | 2A | 0 | 11 | 44 | 30 | 2D | 34 | 22 |
| Octal | 204 | 156 | 52 | 0 | 21 | 104 | 60 | 55 | 64 | 42 |
| Binary | 10000100 | 1101110 | 101010 | 0 | 10001 | 1000100 | 110000 | 101101 | 110100 | 100010 |
Color Harmonies of #846E2A
Complementary color
Monochromatic Colors of #846E2A
Black with #846E2A
Text Example
Text Example
White with #846E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846E2A; }
p { color: rgb(132,110,42); }
H1.HeaderClassName
{
color: #846E2A;
}
.AnyTagClassName
{
color: #846E2A;
}
</style>
background-color css
<style>
a { background-color: #846E2A; }
a { background-color: rgb(132,110,42); }
div.DivClassName
{
background-color: #846E2A;
}
.BgClassName
{
background-color: #846E2A;
}
</style>
border-color css
<style>
span { border-color: #846E2A; }
span { border-color: rgb(132,110,42); }
td.TdClassName
{
border-color: #846E2A;
}
.TagClassName
{
border-color: #846E2A;
}
</style>