Shades of Yukon Gold #796B20
Tints of Yukon Gold #796B20
RGB
CMYK
RGB Variations
Color information
#796B20 (or 0x796B20) is known color: Yukon Gold. HEX triplet: 79, 6B and 20. RGB value is (121,107,32). Sum of RGB (Red+Green+Blue) = 121+107+32=260 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.54% from 260); Green value is 107 (42.19% from 255 or 41.15% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 121 - color contains mainly: red. Hex color #796B20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796B20 is #8694DF. Grayscale: #666666. Windows color (decimal): -8819936 or 2124665. OLE color: 2124665.
HSL color Cylindrical-coordinate representation of color #796B20: hue angle of 50.56º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #796B20 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 107 | 32 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.53 |
| HSL | 50.56º | 0.58% | 0.3% | - |
| HSV(B) | 50.56º | 0.74% | 0.47% | - |
| XYZ | 13.4 | 14.68 | 3.49 | - |
| YUV | 102.64 | 88.14 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 107 | 32 | 0 | 0.12 | 0.74 | 0.53 | 50.56 | 0.58 | 0.3 |
| Hex | 79 | 6B | 20 | 0 | C | 4A | 35 | 33 | 3A | 1E |
| Octal | 171 | 153 | 40 | 0 | 14 | 112 | 65 | 63 | 72 | 36 |
| Binary | 1111001 | 1101011 | 100000 | 0 | 1100 | 1001010 | 110101 | 110011 | 111010 | 11110 |
Color Harmonies of #796B20
Complementary color
Monochromatic Colors of #796B20
Black with #796B20
Text Example
Text Example
White with #796B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796B20; }
p { color: rgb(121,107,32); }
H1.HeaderClassName
{
color: #796B20;
}
.AnyTagClassName
{
color: #796B20;
}
</style>
background-color css
<style>
a { background-color: #796B20; }
a { background-color: rgb(121,107,32); }
div.DivClassName
{
background-color: #796B20;
}
.BgClassName
{
background-color: #796B20;
}
</style>
border-color css
<style>
span { border-color: #796B20; }
span { border-color: rgb(121,107,32); }
td.TdClassName
{
border-color: #796B20;
}
.TagClassName
{
border-color: #796B20;
}
</style>