Shades of Yukon Gold #7E6404
Tints of Yukon Gold #7E6404
RGB
CMYK
RGB Variations
Color information
#7E6404 (or 0x7E6404) is known color: Yukon Gold. HEX triplet: 7E, 64 and 04. RGB value is (126,100,4). Sum of RGB (Red+Green+Blue) = 126+100+4=230 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.78% from 230); Green value is 100 (39.45% from 255 or 43.48% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6404 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E6404 is #819BFB. Grayscale: #616161. Windows color (decimal): -8494076 or 287870. OLE color: 287870.
HSL color Cylindrical-coordinate representation of color #7E6404: hue angle of 47.21º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E6404 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 100 | 4 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.51 |
| HSL | 47.21º | 0.94% | 0.25% | - |
| HSV(B) | 47.21º | 0.97% | 0.49% | - |
| XYZ | 13.18 | 13.56 | 2.04 | - |
| YUV | 96.83 | 75.61 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 100 | 4 | 0 | 0.21 | 0.97 | 0.51 | 47.21 | 0.94 | 0.25 |
| Hex | 7E | 64 | 4 | 0 | 15 | 61 | 33 | 2F | 5E | 19 |
| Octal | 176 | 144 | 4 | 0 | 25 | 141 | 63 | 57 | 136 | 31 |
| Binary | 1111110 | 1100100 | 100 | 0 | 10101 | 1100001 | 110011 | 101111 | 1011110 | 11001 |
Color Harmonies of #7E6404
Complementary color
Monochromatic Colors of #7E6404
Black with #7E6404
Text Example
Text Example
White with #7E6404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6404; }
p { color: rgb(126,100,4); }
H1.HeaderClassName
{
color: #7E6404;
}
.AnyTagClassName
{
color: #7E6404;
}
</style>
background-color css
<style>
a { background-color: #7E6404; }
a { background-color: rgb(126,100,4); }
div.DivClassName
{
background-color: #7E6404;
}
.BgClassName
{
background-color: #7E6404;
}
</style>
border-color css
<style>
span { border-color: #7E6404; }
span { border-color: rgb(126,100,4); }
td.TdClassName
{
border-color: #7E6404;
}
.TagClassName
{
border-color: #7E6404;
}
</style>