Shades of Yukon Gold #846C2A
Tints of Yukon Gold #846C2A
RGB
CMYK
RGB Variations
Color information
#846C2A (or 0x846C2A) is known color: Yukon Gold. HEX triplet: 84, 6C and 2A. RGB value is (132,108,42). Sum of RGB (Red+Green+Blue) = 132+108+42=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #846C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846C2A is #7B93D5. Grayscale: #6B6B6B. Windows color (decimal): -8098774 or 2780292. OLE color: 2780292.
HSL color Cylindrical-coordinate representation of color #846C2A: hue angle of 44º 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 #846C2A is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 108 | 42 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.48 |
| HSL | 44º | 0.52% | 0.34% | - |
| HSV(B) | 44º | 0.68% | 0.52% | - |
| XYZ | 15.3 | 15.8 | 4.43 | - |
| YUV | 107.65 | 90.95 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 108 | 42 | 0 | 0.18 | 0.68 | 0.48 | 44 | 0.52 | 0.34 |
| Hex | 84 | 6C | 2A | 0 | 12 | 44 | 30 | 2C | 34 | 22 |
| Octal | 204 | 154 | 52 | 0 | 22 | 104 | 60 | 54 | 64 | 42 |
| Binary | 10000100 | 1101100 | 101010 | 0 | 10010 | 1000100 | 110000 | 101100 | 110100 | 100010 |
Color Harmonies of #846C2A
Complementary color
Monochromatic Colors of #846C2A
Black with #846C2A
Text Example
Text Example
White with #846C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846C2A; }
p { color: rgb(132,108,42); }
H1.HeaderClassName
{
color: #846C2A;
}
.AnyTagClassName
{
color: #846C2A;
}
</style>
background-color css
<style>
a { background-color: #846C2A; }
a { background-color: rgb(132,108,42); }
div.DivClassName
{
background-color: #846C2A;
}
.BgClassName
{
background-color: #846C2A;
}
</style>
border-color css
<style>
span { border-color: #846C2A; }
span { border-color: rgb(132,108,42); }
td.TdClassName
{
border-color: #846C2A;
}
.TagClassName
{
border-color: #846C2A;
}
</style>