Shades of Yukon Gold #7E6927
Tints of Yukon Gold #7E6927
RGB
CMYK
RGB Variations
Color information
#7E6927 (or 0x7E6927) is known color: Yukon Gold. HEX triplet: 7E, 69 and 27. RGB value is (126,105,39). Sum of RGB (Red+Green+Blue) = 126+105+39=270 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.67% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 39 (15.62% from 255 or 14.44% from 270); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6927 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6927 is #8196D8. Grayscale: #686868. Windows color (decimal): -8492761 or 2582910. OLE color: 2582910.
HSL color Cylindrical-coordinate representation of color #7E6927: hue angle of 45.52º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7E6927 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 105 | 39 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.51 |
| HSL | 45.52º | 0.53% | 0.32% | - |
| HSV(B) | 45.52º | 0.69% | 0.49% | - |
| XYZ | 14.02 | 14.69 | 4.01 | - |
| YUV | 103.76 | 91.46 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 105 | 39 | 0 | 0.17 | 0.69 | 0.51 | 45.52 | 0.53 | 0.32 |
| Hex | 7E | 69 | 27 | 0 | 11 | 45 | 33 | 2E | 35 | 20 |
| Octal | 176 | 151 | 47 | 0 | 21 | 105 | 63 | 56 | 65 | 40 |
| Binary | 1111110 | 1101001 | 100111 | 0 | 10001 | 1000101 | 110011 | 101110 | 110101 | 100000 |
Color Harmonies of #7E6927
Complementary color
Monochromatic Colors of #7E6927
Black with #7E6927
Text Example
Text Example
White with #7E6927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6927; }
p { color: rgb(126,105,39); }
H1.HeaderClassName
{
color: #7E6927;
}
.AnyTagClassName
{
color: #7E6927;
}
</style>
background-color css
<style>
a { background-color: #7E6927; }
a { background-color: rgb(126,105,39); }
div.DivClassName
{
background-color: #7E6927;
}
.BgClassName
{
background-color: #7E6927;
}
</style>
border-color css
<style>
span { border-color: #7E6927; }
span { border-color: rgb(126,105,39); }
td.TdClassName
{
border-color: #7E6927;
}
.TagClassName
{
border-color: #7E6927;
}
</style>