Shades of Yukon Gold #7F6415
Tints of Yukon Gold #7F6415
RGB
CMYK
RGB Variations
Color information
#7F6415 (or 0x7F6415) is known color: Yukon Gold. HEX triplet: 7F, 64 and 15. RGB value is (127,100,21). Sum of RGB (Red+Green+Blue) = 127+100+21=248 (32% of max value = 765). Red value is 127 (50% from 255 or 51.21% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6415 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6415 is #809BEA. Grayscale: #636363. Windows color (decimal): -8428523 or 1401983. OLE color: 1401983.
HSL color Cylindrical-coordinate representation of color #7F6415: hue angle of 44.72º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F6415 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 100 | 21 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.50 |
| HSL | 44.72º | 0.72% | 0.29% | - |
| HSV(B) | 44.72º | 0.83% | 0.5% | - |
| XYZ | 13.44 | 13.68 | 2.64 | - |
| YUV | 99.07 | 83.95 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 100 | 21 | 0 | 0.21 | 0.83 | 0.50 | 44.72 | 0.72 | 0.29 |
| Hex | 7F | 64 | 15 | 0 | 15 | 53 | 32 | 2D | 48 | 1D |
| Octal | 177 | 144 | 25 | 0 | 25 | 123 | 62 | 55 | 110 | 35 |
| Binary | 1111111 | 1100100 | 10101 | 0 | 10101 | 1010011 | 110010 | 101101 | 1001000 | 11101 |
Color Harmonies of #7F6415
Complementary color
Monochromatic Colors of #7F6415
Black with #7F6415
Text Example
Text Example
White with #7F6415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6415; }
p { color: rgb(127,100,21); }
H1.HeaderClassName
{
color: #7F6415;
}
.AnyTagClassName
{
color: #7F6415;
}
</style>
background-color css
<style>
a { background-color: #7F6415; }
a { background-color: rgb(127,100,21); }
div.DivClassName
{
background-color: #7F6415;
}
.BgClassName
{
background-color: #7F6415;
}
</style>
border-color css
<style>
span { border-color: #7F6415; }
span { border-color: rgb(127,100,21); }
td.TdClassName
{
border-color: #7F6415;
}
.TagClassName
{
border-color: #7F6415;
}
</style>