Shades of Yukon Gold #7F6E0E
Tints of Yukon Gold #7F6E0E
RGB
CMYK
RGB Variations
Color information
#7F6E0E (or 0x7F6E0E) is known color: Yukon Gold. HEX triplet: 7F, 6E and 0E. RGB value is (127,110,14). Sum of RGB (Red+Green+Blue) = 127+110+14=251 (33% of max value = 765). Red value is 127 (50% from 255 or 50.60% from 251); Green value is 110 (43.36% from 255 or 43.82% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6E0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6E0E is #8091F1. Grayscale: #686868. Windows color (decimal): -8425970 or 945791. OLE color: 945791.
HSL color Cylindrical-coordinate representation of color #7F6E0E: hue angle of 50.97º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7F6E0E is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 110 | 14 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.50 |
| HSL | 50.97º | 0.8% | 0.28% | - |
| HSV(B) | 50.97º | 0.89% | 0.5% | - |
| XYZ | 14.41 | 15.7 | 2.69 | - |
| YUV | 104.14 | 77.13 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 110 | 14 | 0 | 0.13 | 0.89 | 0.50 | 50.97 | 0.8 | 0.28 |
| Hex | 7F | 6E | E | 0 | D | 59 | 32 | 33 | 50 | 1C |
| Octal | 177 | 156 | 16 | 0 | 15 | 131 | 62 | 63 | 120 | 34 |
| Binary | 1111111 | 1101110 | 1110 | 0 | 1101 | 1011001 | 110010 | 110011 | 1010000 | 11100 |
Color Harmonies of #7F6E0E
Complementary color
Monochromatic Colors of #7F6E0E
Black with #7F6E0E
Text Example
Text Example
White with #7F6E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6E0E; }
p { color: rgb(127,110,14); }
H1.HeaderClassName
{
color: #7F6E0E;
}
.AnyTagClassName
{
color: #7F6E0E;
}
</style>
background-color css
<style>
a { background-color: #7F6E0E; }
a { background-color: rgb(127,110,14); }
div.DivClassName
{
background-color: #7F6E0E;
}
.BgClassName
{
background-color: #7F6E0E;
}
</style>
border-color css
<style>
span { border-color: #7F6E0E; }
span { border-color: rgb(127,110,14); }
td.TdClassName
{
border-color: #7F6E0E;
}
.TagClassName
{
border-color: #7F6E0E;
}
</style>