Shades of Yukon Gold #7F6E13
Tints of Yukon Gold #7F6E13
RGB
CMYK
RGB Variations
Color information
#7F6E13 (or 0x7F6E13) is known color: Yukon Gold. HEX triplet: 7F, 6E and 13. RGB value is (127,110,19). Sum of RGB (Red+Green+Blue) = 127+110+19=256 (33% of max value = 765). Red value is 127 (50% from 255 or 49.61% from 256); Green value is 110 (43.36% from 255 or 42.97% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6E13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6E13 is #8091EC. Grayscale: #696969. Windows color (decimal): -8425965 or 1273471. OLE color: 1273471.
HSL color Cylindrical-coordinate representation of color #7F6E13: hue angle of 50.56º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F6E13 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 110 | 19 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.50 |
| HSL | 50.56º | 0.74% | 0.29% | - |
| HSV(B) | 50.56º | 0.85% | 0.5% | - |
| XYZ | 14.45 | 15.71 | 2.89 | - |
| YUV | 104.71 | 79.63 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 110 | 19 | 0 | 0.13 | 0.85 | 0.50 | 50.56 | 0.74 | 0.29 |
| Hex | 7F | 6E | 13 | 0 | D | 55 | 32 | 33 | 4A | 1D |
| Octal | 177 | 156 | 23 | 0 | 15 | 125 | 62 | 63 | 112 | 35 |
| Binary | 1111111 | 1101110 | 10011 | 0 | 1101 | 1010101 | 110010 | 110011 | 1001010 | 11101 |
Color Harmonies of #7F6E13
Complementary color
Monochromatic Colors of #7F6E13
Black with #7F6E13
Text Example
Text Example
White with #7F6E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6E13; }
p { color: rgb(127,110,19); }
H1.HeaderClassName
{
color: #7F6E13;
}
.AnyTagClassName
{
color: #7F6E13;
}
</style>
background-color css
<style>
a { background-color: #7F6E13; }
a { background-color: rgb(127,110,19); }
div.DivClassName
{
background-color: #7F6E13;
}
.BgClassName
{
background-color: #7F6E13;
}
</style>
border-color css
<style>
span { border-color: #7F6E13; }
span { border-color: rgb(127,110,19); }
td.TdClassName
{
border-color: #7F6E13;
}
.TagClassName
{
border-color: #7F6E13;
}
</style>