Shades of Yukon Gold #7E6415
Tints of Yukon Gold #7E6415
RGB
CMYK
RGB Variations
Color information
#7E6415 (or 0x7E6415) is known color: Yukon Gold. HEX triplet: 7E, 64 and 15. RGB value is (126,100,21). Sum of RGB (Red+Green+Blue) = 126+100+21=247 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.01% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6415 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E6415 is #819BEA. Grayscale: #636363. Windows color (decimal): -8494059 or 1401982. OLE color: 1401982.
HSL color Cylindrical-coordinate representation of color #7E6415: hue angle of 45.14º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E6415 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 100 | 21 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.51 |
| HSL | 45.14º | 0.71% | 0.29% | - |
| HSV(B) | 45.14º | 0.83% | 0.49% | - |
| XYZ | 13.3 | 13.6 | 2.63 | - |
| YUV | 98.77 | 84.11 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 100 | 21 | 0 | 0.21 | 0.83 | 0.51 | 45.14 | 0.71 | 0.29 |
| Hex | 7E | 64 | 15 | 0 | 15 | 53 | 33 | 2D | 47 | 1D |
| Octal | 176 | 144 | 25 | 0 | 25 | 123 | 63 | 55 | 107 | 35 |
| Binary | 1111110 | 1100100 | 10101 | 0 | 10101 | 1010011 | 110011 | 101101 | 1000111 | 11101 |
Color Harmonies of #7E6415
Complementary color
Monochromatic Colors of #7E6415
Black with #7E6415
Text Example
Text Example
White with #7E6415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6415; }
p { color: rgb(126,100,21); }
H1.HeaderClassName
{
color: #7E6415;
}
.AnyTagClassName
{
color: #7E6415;
}
</style>
background-color css
<style>
a { background-color: #7E6415; }
a { background-color: rgb(126,100,21); }
div.DivClassName
{
background-color: #7E6415;
}
.BgClassName
{
background-color: #7E6415;
}
</style>
border-color css
<style>
span { border-color: #7E6415; }
span { border-color: rgb(126,100,21); }
td.TdClassName
{
border-color: #7E6415;
}
.TagClassName
{
border-color: #7E6415;
}
</style>