Shades of Yukon Gold #836A22
Tints of Yukon Gold #836A22
RGB
CMYK
RGB Variations
Color information
#836A22 (or 0x836A22) is known color: Yukon Gold. HEX triplet: 83, 6A and 22. RGB value is (131,106,34). Sum of RGB (Red+Green+Blue) = 131+106+34=271 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.34% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 34 (13.67% from 255 or 12.55% from 271); Max value from RGB is 131 - color contains mainly: red. Hex color #836A22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836A22 is #7C95DD. Grayscale: #696969. Windows color (decimal): -8164830 or 2255491. OLE color: 2255491.
HSL color Cylindrical-coordinate representation of color #836A22: hue angle of 44.54º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #836A22 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 106 | 34 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.49 |
| HSL | 44.54º | 0.59% | 0.32% | - |
| HSV(B) | 44.54º | 0.74% | 0.51% | - |
| XYZ | 14.8 | 15.25 | 3.68 | - |
| YUV | 105.27 | 87.78 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 106 | 34 | 0 | 0.19 | 0.74 | 0.49 | 44.54 | 0.59 | 0.32 |
| Hex | 83 | 6A | 22 | 0 | 13 | 4A | 31 | 2D | 3B | 20 |
| Octal | 203 | 152 | 42 | 0 | 23 | 112 | 61 | 55 | 73 | 40 |
| Binary | 10000011 | 1101010 | 100010 | 0 | 10011 | 1001010 | 110001 | 101101 | 111011 | 100000 |
Color Harmonies of #836A22
Complementary color
Monochromatic Colors of #836A22
Black with #836A22
Text Example
Text Example
White with #836A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836A22; }
p { color: rgb(131,106,34); }
H1.HeaderClassName
{
color: #836A22;
}
.AnyTagClassName
{
color: #836A22;
}
</style>
background-color css
<style>
a { background-color: #836A22; }
a { background-color: rgb(131,106,34); }
div.DivClassName
{
background-color: #836A22;
}
.BgClassName
{
background-color: #836A22;
}
</style>
border-color css
<style>
span { border-color: #836A22; }
span { border-color: rgb(131,106,34); }
td.TdClassName
{
border-color: #836A22;
}
.TagClassName
{
border-color: #836A22;
}
</style>