Shades of Yukon Gold #796A15
Tints of Yukon Gold #796A15
RGB
CMYK
RGB Variations
Color information
#796A15 (or 0x796A15) is known color: Yukon Gold. HEX triplet: 79, 6A and 15. RGB value is (121,106,21). Sum of RGB (Red+Green+Blue) = 121+106+21=248 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.79% from 248); Green value is 106 (41.80% from 255 or 42.74% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 121 - color contains mainly: red. Hex color #796A15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796A15 is #8695EA. Grayscale: #656565. Windows color (decimal): -8820203 or 1403513. OLE color: 1403513.
HSL color Cylindrical-coordinate representation of color #796A15: hue angle of 51º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #796A15 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 106 | 21 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.53 |
| HSL | 51º | 0.7% | 0.28% | - |
| HSV(B) | 51º | 0.83% | 0.47% | - |
| XYZ | 13.17 | 14.43 | 2.8 | - |
| YUV | 100.8 | 82.97 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 106 | 21 | 0 | 0.12 | 0.83 | 0.53 | 51 | 0.7 | 0.28 |
| Hex | 79 | 6A | 15 | 0 | C | 53 | 35 | 33 | 46 | 1C |
| Octal | 171 | 152 | 25 | 0 | 14 | 123 | 65 | 63 | 106 | 34 |
| Binary | 1111001 | 1101010 | 10101 | 0 | 1100 | 1010011 | 110101 | 110011 | 1000110 | 11100 |
Color Harmonies of #796A15
Complementary color
Monochromatic Colors of #796A15
Black with #796A15
Text Example
Text Example
White with #796A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796A15; }
p { color: rgb(121,106,21); }
H1.HeaderClassName
{
color: #796A15;
}
.AnyTagClassName
{
color: #796A15;
}
</style>
background-color css
<style>
a { background-color: #796A15; }
a { background-color: rgb(121,106,21); }
div.DivClassName
{
background-color: #796A15;
}
.BgClassName
{
background-color: #796A15;
}
</style>
border-color css
<style>
span { border-color: #796A15; }
span { border-color: rgb(121,106,21); }
td.TdClassName
{
border-color: #796A15;
}
.TagClassName
{
border-color: #796A15;
}
</style>