Shades of Yukon Gold #7A6C16
Tints of Yukon Gold #7A6C16
RGB
CMYK
RGB Variations
Color information
#7A6C16 (or 0x7A6C16) is known color: Yukon Gold. HEX triplet: 7A, 6C and 16. RGB value is (122,108,22). Sum of RGB (Red+Green+Blue) = 122+108+22=252 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.41% from 252); Green value is 108 (42.58% from 255 or 42.86% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6C16 is #8593E9. Grayscale: #666666. Windows color (decimal): -8754154 or 1469562. OLE color: 1469562.
HSL color Cylindrical-coordinate representation of color #7A6C16: hue angle of 51.6º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A6C16 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 108 | 22 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.52 |
| HSL | 51.6º | 0.69% | 0.28% | - |
| HSV(B) | 51.6º | 0.82% | 0.48% | - |
| XYZ | 13.53 | 14.92 | 2.93 | - |
| YUV | 102.38 | 82.64 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 108 | 22 | 0 | 0.11 | 0.82 | 0.52 | 51.6 | 0.69 | 0.28 |
| Hex | 7A | 6C | 16 | 0 | B | 52 | 34 | 34 | 45 | 1C |
| Octal | 172 | 154 | 26 | 0 | 13 | 122 | 64 | 64 | 105 | 34 |
| Binary | 1111010 | 1101100 | 10110 | 0 | 1011 | 1010010 | 110100 | 110100 | 1000101 | 11100 |
Color Harmonies of #7A6C16
Complementary color
Monochromatic Colors of #7A6C16
Black with #7A6C16
Text Example
Text Example
White with #7A6C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6C16; }
p { color: rgb(122,108,22); }
H1.HeaderClassName
{
color: #7A6C16;
}
.AnyTagClassName
{
color: #7A6C16;
}
</style>
background-color css
<style>
a { background-color: #7A6C16; }
a { background-color: rgb(122,108,22); }
div.DivClassName
{
background-color: #7A6C16;
}
.BgClassName
{
background-color: #7A6C16;
}
</style>
border-color css
<style>
span { border-color: #7A6C16; }
span { border-color: rgb(122,108,22); }
td.TdClassName
{
border-color: #7A6C16;
}
.TagClassName
{
border-color: #7A6C16;
}
</style>