Shades of Yukon Gold #7E6013
Tints of Yukon Gold #7E6013
RGB
CMYK
RGB Variations
Color information
#7E6013 (or 0x7E6013) is known color: Yukon Gold. HEX triplet: 7E, 60 and 13. RGB value is (126,96,19). Sum of RGB (Red+Green+Blue) = 126+96+19=241 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.28% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E6013 is #819FEC. Grayscale: #606060. Windows color (decimal): -8495085 or 1269886. OLE color: 1269886.
HSL color Cylindrical-coordinate representation of color #7E6013: hue angle of 43.18º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7E6013 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 96 | 19 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.51 |
| HSL | 43.18º | 0.74% | 0.28% | - |
| HSV(B) | 43.18º | 0.85% | 0.49% | - |
| XYZ | 12.9 | 12.85 | 2.42 | - |
| YUV | 96.19 | 84.44 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 96 | 19 | 0 | 0.24 | 0.85 | 0.51 | 43.18 | 0.74 | 0.28 |
| Hex | 7E | 60 | 13 | 0 | 18 | 55 | 33 | 2B | 4A | 1C |
| Octal | 176 | 140 | 23 | 0 | 30 | 125 | 63 | 53 | 112 | 34 |
| Binary | 1111110 | 1100000 | 10011 | 0 | 11000 | 1010101 | 110011 | 101011 | 1001010 | 11100 |
Color Harmonies of #7E6013
Complementary color
Monochromatic Colors of #7E6013
Black with #7E6013
Text Example
Text Example
White with #7E6013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6013; }
p { color: rgb(126,96,19); }
H1.HeaderClassName
{
color: #7E6013;
}
.AnyTagClassName
{
color: #7E6013;
}
</style>
background-color css
<style>
a { background-color: #7E6013; }
a { background-color: rgb(126,96,19); }
div.DivClassName
{
background-color: #7E6013;
}
.BgClassName
{
background-color: #7E6013;
}
</style>
border-color css
<style>
span { border-color: #7E6013; }
span { border-color: rgb(126,96,19); }
td.TdClassName
{
border-color: #7E6013;
}
.TagClassName
{
border-color: #7E6013;
}
</style>