Shades of Yukon Gold #7F6413
Tints of Yukon Gold #7F6413
RGB
CMYK
RGB Variations
Color information
#7F6413 (or 0x7F6413) is known color: Yukon Gold. HEX triplet: 7F, 64 and 13. RGB value is (127,100,19). Sum of RGB (Red+Green+Blue) = 127+100+19=246 (32% of max value = 765). Red value is 127 (50% from 255 or 51.63% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6413 is #809BEC. Grayscale: #636363. Windows color (decimal): -8428525 or 1270911. OLE color: 1270911.
HSL color Cylindrical-coordinate representation of color #7F6413: hue angle of 45º 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 #7F6413 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 100 | 19 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.50 |
| HSL | 45º | 0.74% | 0.29% | - |
| HSV(B) | 45º | 0.85% | 0.5% | - |
| XYZ | 13.43 | 13.67 | 2.55 | - |
| YUV | 98.84 | 82.95 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 100 | 19 | 0 | 0.21 | 0.85 | 0.50 | 45 | 0.74 | 0.29 |
| Hex | 7F | 64 | 13 | 0 | 15 | 55 | 32 | 2D | 4A | 1D |
| Octal | 177 | 144 | 23 | 0 | 25 | 125 | 62 | 55 | 112 | 35 |
| Binary | 1111111 | 1100100 | 10011 | 0 | 10101 | 1010101 | 110010 | 101101 | 1001010 | 11101 |
Color Harmonies of #7F6413
Complementary color
Monochromatic Colors of #7F6413
Black with #7F6413
Text Example
Text Example
White with #7F6413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6413; }
p { color: rgb(127,100,19); }
H1.HeaderClassName
{
color: #7F6413;
}
.AnyTagClassName
{
color: #7F6413;
}
</style>
background-color css
<style>
a { background-color: #7F6413; }
a { background-color: rgb(127,100,19); }
div.DivClassName
{
background-color: #7F6413;
}
.BgClassName
{
background-color: #7F6413;
}
</style>
border-color css
<style>
span { border-color: #7F6413; }
span { border-color: rgb(127,100,19); }
td.TdClassName
{
border-color: #7F6413;
}
.TagClassName
{
border-color: #7F6413;
}
</style>