Shades of Yukon Gold #7A6911
Tints of Yukon Gold #7A6911
RGB
CMYK
RGB Variations
Color information
#7A6911 (or 0x7A6911) is known color: Yukon Gold. HEX triplet: 7A, 69 and 11. RGB value is (122,105,17). Sum of RGB (Red+Green+Blue) = 122+105+17=244 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50% from 244); Green value is 105 (41.41% from 255 or 43.03% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6911 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6911 is #8596EE. Grayscale: #646464. Windows color (decimal): -8754927 or 1141114. OLE color: 1141114.
HSL color Cylindrical-coordinate representation of color #7A6911: hue angle of 50.29º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7A6911 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 105 | 17 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.52 |
| HSL | 50.29º | 0.76% | 0.27% | - |
| HSV(B) | 50.29º | 0.86% | 0.48% | - |
| XYZ | 13.18 | 14.28 | 2.59 | - |
| YUV | 100.05 | 81.13 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 105 | 17 | 0 | 0.14 | 0.86 | 0.52 | 50.29 | 0.76 | 0.27 |
| Hex | 7A | 69 | 11 | 0 | E | 56 | 34 | 32 | 4C | 1B |
| Octal | 172 | 151 | 21 | 0 | 16 | 126 | 64 | 62 | 114 | 33 |
| Binary | 1111010 | 1101001 | 10001 | 0 | 1110 | 1010110 | 110100 | 110010 | 1001100 | 11011 |
Color Harmonies of #7A6911
Complementary color
Monochromatic Colors of #7A6911
Black with #7A6911
Text Example
Text Example
White with #7A6911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6911; }
p { color: rgb(122,105,17); }
H1.HeaderClassName
{
color: #7A6911;
}
.AnyTagClassName
{
color: #7A6911;
}
</style>
background-color css
<style>
a { background-color: #7A6911; }
a { background-color: rgb(122,105,17); }
div.DivClassName
{
background-color: #7A6911;
}
.BgClassName
{
background-color: #7A6911;
}
</style>
border-color css
<style>
span { border-color: #7A6911; }
span { border-color: rgb(122,105,17); }
td.TdClassName
{
border-color: #7A6911;
}
.TagClassName
{
border-color: #7A6911;
}
</style>