Shades of Yukon Gold #796A22
Tints of Yukon Gold #796A22
RGB
CMYK
RGB Variations
Color information
#796A22 (or 0x796A22) is known color: Yukon Gold. HEX triplet: 79, 6A and 22. RGB value is (121,106,34). Sum of RGB (Red+Green+Blue) = 121+106+34=261 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.36% from 261); Green value is 106 (41.80% from 255 or 40.61% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 121 - color contains mainly: red. Hex color #796A22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796A22 is #8695DD. Grayscale: #666666. Windows color (decimal): -8820190 or 2255481. OLE color: 2255481.
HSL color Cylindrical-coordinate representation of color #796A22: hue angle of 49.66º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #796A22 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 106 | 34 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.53 |
| HSL | 49.66º | 0.56% | 0.3% | - |
| HSV(B) | 49.66º | 0.72% | 0.47% | - |
| XYZ | 13.33 | 14.49 | 3.61 | - |
| YUV | 102.28 | 89.47 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 106 | 34 | 0 | 0.12 | 0.72 | 0.53 | 49.66 | 0.56 | 0.3 |
| Hex | 79 | 6A | 22 | 0 | C | 48 | 35 | 32 | 38 | 1E |
| Octal | 171 | 152 | 42 | 0 | 14 | 110 | 65 | 62 | 70 | 36 |
| Binary | 1111001 | 1101010 | 100010 | 0 | 1100 | 1001000 | 110101 | 110010 | 111000 | 11110 |
Color Harmonies of #796A22
Complementary color
Monochromatic Colors of #796A22
Black with #796A22
Text Example
Text Example
White with #796A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796A22; }
p { color: rgb(121,106,34); }
H1.HeaderClassName
{
color: #796A22;
}
.AnyTagClassName
{
color: #796A22;
}
</style>
background-color css
<style>
a { background-color: #796A22; }
a { background-color: rgb(121,106,34); }
div.DivClassName
{
background-color: #796A22;
}
.BgClassName
{
background-color: #796A22;
}
</style>
border-color css
<style>
span { border-color: #796A22; }
span { border-color: rgb(121,106,34); }
td.TdClassName
{
border-color: #796A22;
}
.TagClassName
{
border-color: #796A22;
}
</style>