Shades of Yukon Gold #7A6C0E
Tints of Yukon Gold #7A6C0E
RGB
CMYK
RGB Variations
Color information
#7A6C0E (or 0x7A6C0E) is known color: Yukon Gold. HEX triplet: 7A, 6C and 0E. RGB value is (122,108,14). Sum of RGB (Red+Green+Blue) = 122+108+14=244 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50% from 244); Green value is 108 (42.58% from 255 or 44.26% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6C0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6C0E is #8593F1. Grayscale: #656565. Windows color (decimal): -8754162 or 945274. OLE color: 945274.
HSL color Cylindrical-coordinate representation of color #7A6C0E: hue angle of 52.22º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A6C0E is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 108 | 14 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.52 |
| HSL | 52.22º | 0.79% | 0.27% | - |
| HSV(B) | 52.22º | 0.89% | 0.48% | - |
| XYZ | 13.47 | 14.89 | 2.58 | - |
| YUV | 101.47 | 78.64 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 108 | 14 | 0 | 0.11 | 0.89 | 0.52 | 52.22 | 0.79 | 0.27 |
| Hex | 7A | 6C | E | 0 | B | 59 | 34 | 34 | 4F | 1B |
| Octal | 172 | 154 | 16 | 0 | 13 | 131 | 64 | 64 | 117 | 33 |
| Binary | 1111010 | 1101100 | 1110 | 0 | 1011 | 1011001 | 110100 | 110100 | 1001111 | 11011 |
Color Harmonies of #7A6C0E
Complementary color
Monochromatic Colors of #7A6C0E
Black with #7A6C0E
Text Example
Text Example
White with #7A6C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6C0E; }
p { color: rgb(122,108,14); }
H1.HeaderClassName
{
color: #7A6C0E;
}
.AnyTagClassName
{
color: #7A6C0E;
}
</style>
background-color css
<style>
a { background-color: #7A6C0E; }
a { background-color: rgb(122,108,14); }
div.DivClassName
{
background-color: #7A6C0E;
}
.BgClassName
{
background-color: #7A6C0E;
}
</style>
border-color css
<style>
span { border-color: #7A6C0E; }
span { border-color: rgb(122,108,14); }
td.TdClassName
{
border-color: #7A6C0E;
}
.TagClassName
{
border-color: #7A6C0E;
}
</style>