Shades of Yukon Gold #7E6615
Tints of Yukon Gold #7E6615
RGB
CMYK
RGB Variations
Color information
#7E6615 (or 0x7E6615) is known color: Yukon Gold. HEX triplet: 7E, 66 and 15. RGB value is (126,102,21). Sum of RGB (Red+Green+Blue) = 126+102+21=249 (32% of max value = 765). Red value is 126 (49.61% from 255 or 50.60% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6615 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E6615 is #8199EA. Grayscale: #646464. Windows color (decimal): -8493547 or 1402494. OLE color: 1402494.
HSL color Cylindrical-coordinate representation of color #7E6615: hue angle of 46.29º 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 #7E6615 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 102 | 21 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.51 |
| HSL | 46.29º | 0.71% | 0.29% | - |
| HSV(B) | 46.29º | 0.83% | 0.49% | - |
| XYZ | 13.49 | 13.99 | 2.7 | - |
| YUV | 99.94 | 83.45 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 102 | 21 | 0 | 0.19 | 0.83 | 0.51 | 46.29 | 0.71 | 0.29 |
| Hex | 7E | 66 | 15 | 0 | 13 | 53 | 33 | 2E | 47 | 1D |
| Octal | 176 | 146 | 25 | 0 | 23 | 123 | 63 | 56 | 107 | 35 |
| Binary | 1111110 | 1100110 | 10101 | 0 | 10011 | 1010011 | 110011 | 101110 | 1000111 | 11101 |
Color Harmonies of #7E6615
Complementary color
Monochromatic Colors of #7E6615
Black with #7E6615
Text Example
Text Example
White with #7E6615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6615; }
p { color: rgb(126,102,21); }
H1.HeaderClassName
{
color: #7E6615;
}
.AnyTagClassName
{
color: #7E6615;
}
</style>
background-color css
<style>
a { background-color: #7E6615; }
a { background-color: rgb(126,102,21); }
div.DivClassName
{
background-color: #7E6615;
}
.BgClassName
{
background-color: #7E6615;
}
</style>
border-color css
<style>
span { border-color: #7E6615; }
span { border-color: rgb(126,102,21); }
td.TdClassName
{
border-color: #7E6615;
}
.TagClassName
{
border-color: #7E6615;
}
</style>