Shades of Yukon Gold #846C21
Tints of Yukon Gold #846C21
RGB
CMYK
RGB Variations
Color information
#846C21 (or 0x846C21) is known color: Yukon Gold. HEX triplet: 84, 6C and 21. RGB value is (132,108,33). Sum of RGB (Red+Green+Blue) = 132+108+33=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 108 (42.58% from 255 or 39.56% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #846C21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846C21 is #7B93DE. Grayscale: #6A6A6A. Windows color (decimal): -8098783 or 2190468. OLE color: 2190468.
HSL color Cylindrical-coordinate representation of color #846C21: hue angle of 45.45º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #846C21 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 108 | 33 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.48 |
| HSL | 45.45º | 0.6% | 0.32% | - |
| HSV(B) | 45.45º | 0.75% | 0.52% | - |
| XYZ | 15.15 | 15.74 | 3.68 | - |
| YUV | 106.63 | 86.45 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 108 | 33 | 0 | 0.18 | 0.75 | 0.48 | 45.45 | 0.6 | 0.32 |
| Hex | 84 | 6C | 21 | 0 | 12 | 4B | 30 | 2D | 3C | 20 |
| Octal | 204 | 154 | 41 | 0 | 22 | 113 | 60 | 55 | 74 | 40 |
| Binary | 10000100 | 1101100 | 100001 | 0 | 10010 | 1001011 | 110000 | 101101 | 111100 | 100000 |
Color Harmonies of #846C21
Complementary color
Monochromatic Colors of #846C21
Black with #846C21
Text Example
Text Example
White with #846C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846C21; }
p { color: rgb(132,108,33); }
H1.HeaderClassName
{
color: #846C21;
}
.AnyTagClassName
{
color: #846C21;
}
</style>
background-color css
<style>
a { background-color: #846C21; }
a { background-color: rgb(132,108,33); }
div.DivClassName
{
background-color: #846C21;
}
.BgClassName
{
background-color: #846C21;
}
</style>
border-color css
<style>
span { border-color: #846C21; }
span { border-color: rgb(132,108,33); }
td.TdClassName
{
border-color: #846C21;
}
.TagClassName
{
border-color: #846C21;
}
</style>