Shades of Yukon Gold #846A22
Tints of Yukon Gold #846A22
RGB
CMYK
RGB Variations
Color information
#846A22 (or 0x846A22) is known color: Yukon Gold. HEX triplet: 84, 6A and 22. RGB value is (132,106,34). Sum of RGB (Red+Green+Blue) = 132+106+34=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 106 (41.80% from 255 or 38.97% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 132 - color contains mainly: red. Hex color #846A22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846A22 is #7B95DD. Grayscale: #696969. Windows color (decimal): -8099294 or 2255492. OLE color: 2255492.
HSL color Cylindrical-coordinate representation of color #846A22: hue angle of 44.08º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #846A22 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 106 | 34 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.48 |
| HSL | 44.08º | 0.59% | 0.33% | - |
| HSV(B) | 44.08º | 0.74% | 0.52% | - |
| XYZ | 14.96 | 15.33 | 3.68 | - |
| YUV | 105.57 | 87.61 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 106 | 34 | 0 | 0.20 | 0.74 | 0.48 | 44.08 | 0.59 | 0.33 |
| Hex | 84 | 6A | 22 | 0 | 14 | 4A | 30 | 2C | 3B | 21 |
| Octal | 204 | 152 | 42 | 0 | 24 | 112 | 60 | 54 | 73 | 41 |
| Binary | 10000100 | 1101010 | 100010 | 0 | 10100 | 1001010 | 110000 | 101100 | 111011 | 100001 |
Color Harmonies of #846A22
Complementary color
Monochromatic Colors of #846A22
Black with #846A22
Text Example
Text Example
White with #846A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846A22; }
p { color: rgb(132,106,34); }
H1.HeaderClassName
{
color: #846A22;
}
.AnyTagClassName
{
color: #846A22;
}
</style>
background-color css
<style>
a { background-color: #846A22; }
a { background-color: rgb(132,106,34); }
div.DivClassName
{
background-color: #846A22;
}
.BgClassName
{
background-color: #846A22;
}
</style>
border-color css
<style>
span { border-color: #846A22; }
span { border-color: rgb(132,106,34); }
td.TdClassName
{
border-color: #846A22;
}
.TagClassName
{
border-color: #846A22;
}
</style>