Shades of Yukon Gold #7E691A
Tints of Yukon Gold #7E691A
RGB
CMYK
RGB Variations
Color information
#7E691A (or 0x7E691A) is known color: Yukon Gold. HEX triplet: 7E, 69 and 1A. RGB value is (126,105,26). Sum of RGB (Red+Green+Blue) = 126+105+26=257 (34% of max value = 765). Red value is 126 (49.61% from 255 or 49.03% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 126 - color contains mainly: red. Hex color #7E691A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E691A is #8196E5. Grayscale: #666666. Windows color (decimal): -8492774 or 1730942. OLE color: 1730942.
HSL color Cylindrical-coordinate representation of color #7E691A: hue angle of 47.4º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7E691A is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 105 | 26 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.51 |
| HSL | 47.4º | 0.66% | 0.3% | - |
| HSV(B) | 47.4º | 0.79% | 0.49% | - |
| XYZ | 13.84 | 14.61 | 3.07 | - |
| YUV | 102.27 | 84.96 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 105 | 26 | 0 | 0.17 | 0.79 | 0.51 | 47.4 | 0.66 | 0.3 |
| Hex | 7E | 69 | 1A | 0 | 11 | 4F | 33 | 2F | 42 | 1E |
| Octal | 176 | 151 | 32 | 0 | 21 | 117 | 63 | 57 | 102 | 36 |
| Binary | 1111110 | 1101001 | 11010 | 0 | 10001 | 1001111 | 110011 | 101111 | 1000010 | 11110 |
Color Harmonies of #7E691A
Complementary color
Monochromatic Colors of #7E691A
Black with #7E691A
Text Example
Text Example
White with #7E691A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E691A; }
p { color: rgb(126,105,26); }
H1.HeaderClassName
{
color: #7E691A;
}
.AnyTagClassName
{
color: #7E691A;
}
</style>
background-color css
<style>
a { background-color: #7E691A; }
a { background-color: rgb(126,105,26); }
div.DivClassName
{
background-color: #7E691A;
}
.BgClassName
{
background-color: #7E691A;
}
</style>
border-color css
<style>
span { border-color: #7E691A; }
span { border-color: rgb(126,105,26); }
td.TdClassName
{
border-color: #7E691A;
}
.TagClassName
{
border-color: #7E691A;
}
</style>