Shades of Yukon Gold #7E6407
Tints of Yukon Gold #7E6407
RGB
CMYK
RGB Variations
Color information
#7E6407 (or 0x7E6407) is known color: Yukon Gold. HEX triplet: 7E, 64 and 07. RGB value is (126,100,7). Sum of RGB (Red+Green+Blue) = 126+100+7=233 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.08% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 7 (3.12% from 255 or 3.00% from 233); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6407 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E6407 is #819BF8. Grayscale: #616161. Windows color (decimal): -8494073 or 484478. OLE color: 484478.
HSL color Cylindrical-coordinate representation of color #7E6407: hue angle of 46.89º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E6407 is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 100 | 7 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.51 |
| HSL | 46.89º | 0.89% | 0.26% | - |
| HSV(B) | 46.89º | 0.94% | 0.49% | - |
| XYZ | 13.2 | 13.57 | 2.12 | - |
| YUV | 97.17 | 77.11 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 100 | 7 | 0 | 0.21 | 0.94 | 0.51 | 46.89 | 0.89 | 0.26 |
| Hex | 7E | 64 | 7 | 0 | 15 | 5E | 33 | 2F | 59 | 1A |
| Octal | 176 | 144 | 7 | 0 | 25 | 136 | 63 | 57 | 131 | 32 |
| Binary | 1111110 | 1100100 | 111 | 0 | 10101 | 1011110 | 110011 | 101111 | 1011001 | 11010 |
Color Harmonies of #7E6407
Complementary color
Monochromatic Colors of #7E6407
Black with #7E6407
Text Example
Text Example
White with #7E6407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6407; }
p { color: rgb(126,100,7); }
H1.HeaderClassName
{
color: #7E6407;
}
.AnyTagClassName
{
color: #7E6407;
}
</style>
background-color css
<style>
a { background-color: #7E6407; }
a { background-color: rgb(126,100,7); }
div.DivClassName
{
background-color: #7E6407;
}
.BgClassName
{
background-color: #7E6407;
}
</style>
border-color css
<style>
span { border-color: #7E6407; }
span { border-color: rgb(126,100,7); }
td.TdClassName
{
border-color: #7E6407;
}
.TagClassName
{
border-color: #7E6407;
}
</style>