Shades of Yukon Gold #7E6704
Tints of Yukon Gold #7E6704
RGB
CMYK
RGB Variations
Color information
#7E6704 (or 0x7E6704) is known color: Yukon Gold. HEX triplet: 7E, 67 and 04. RGB value is (126,103,4). Sum of RGB (Red+Green+Blue) = 126+103+4=233 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.08% from 233); Green value is 103 (40.62% from 255 or 44.21% from 233); Blue value is 4 (1.95% from 255 or 1.72% from 233); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6704 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E6704 is #8198FB. Grayscale: #636363. Windows color (decimal): -8493308 or 288638. OLE color: 288638.
HSL color Cylindrical-coordinate representation of color #7E6704: hue angle of 48.69º 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 #7E6704 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 103 | 4 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.51 |
| HSL | 48.69º | 0.94% | 0.25% | - |
| HSV(B) | 48.69º | 0.97% | 0.49% | - |
| XYZ | 13.48 | 14.14 | 2.13 | - |
| YUV | 98.59 | 74.62 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 103 | 4 | 0 | 0.18 | 0.97 | 0.51 | 48.69 | 0.94 | 0.25 |
| Hex | 7E | 67 | 4 | 0 | 12 | 61 | 33 | 31 | 5E | 19 |
| Octal | 176 | 147 | 4 | 0 | 22 | 141 | 63 | 61 | 136 | 31 |
| Binary | 1111110 | 1100111 | 100 | 0 | 10010 | 1100001 | 110011 | 110001 | 1011110 | 11001 |
Color Harmonies of #7E6704
Complementary color
Monochromatic Colors of #7E6704
Black with #7E6704
Text Example
Text Example
White with #7E6704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6704; }
p { color: rgb(126,103,4); }
H1.HeaderClassName
{
color: #7E6704;
}
.AnyTagClassName
{
color: #7E6704;
}
</style>
background-color css
<style>
a { background-color: #7E6704; }
a { background-color: rgb(126,103,4); }
div.DivClassName
{
background-color: #7E6704;
}
.BgClassName
{
background-color: #7E6704;
}
</style>
border-color css
<style>
span { border-color: #7E6704; }
span { border-color: rgb(126,103,4); }
td.TdClassName
{
border-color: #7E6704;
}
.TagClassName
{
border-color: #7E6704;
}
</style>