Shades of Yukon Gold #7E6C0A
Tints of Yukon Gold #7E6C0A
RGB
CMYK
RGB Variations
Color information
#7E6C0A (or 0x7E6C0A) is known color: Yukon Gold. HEX triplet: 7E, 6C and 0A. RGB value is (126,108,10). Sum of RGB (Red+Green+Blue) = 126+108+10=244 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.64% from 244); Green value is 108 (42.58% from 255 or 44.26% from 244); Blue value is 10 (4.30% from 255 or 4.10% from 244); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6C0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E6C0A is #8193F5. Grayscale: #666666. Windows color (decimal): -8492022 or 683134. OLE color: 683134.
HSL color Cylindrical-coordinate representation of color #7E6C0A: hue angle of 50.69º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7E6C0A is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 108 | 10 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.51 |
| HSL | 50.69º | 0.85% | 0.27% | - |
| HSV(B) | 50.69º | 0.92% | 0.49% | - |
| XYZ | 14.02 | 15.18 | 2.48 | - |
| YUV | 102.21 | 75.96 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 108 | 10 | 0 | 0.14 | 0.92 | 0.51 | 50.69 | 0.85 | 0.27 |
| Hex | 7E | 6C | A | 0 | E | 5C | 33 | 33 | 55 | 1B |
| Octal | 176 | 154 | 12 | 0 | 16 | 134 | 63 | 63 | 125 | 33 |
| Binary | 1111110 | 1101100 | 1010 | 0 | 1110 | 1011100 | 110011 | 110011 | 1010101 | 11011 |
Color Harmonies of #7E6C0A
Complementary color
Monochromatic Colors of #7E6C0A
Black with #7E6C0A
Text Example
Text Example
White with #7E6C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6C0A; }
p { color: rgb(126,108,10); }
H1.HeaderClassName
{
color: #7E6C0A;
}
.AnyTagClassName
{
color: #7E6C0A;
}
</style>
background-color css
<style>
a { background-color: #7E6C0A; }
a { background-color: rgb(126,108,10); }
div.DivClassName
{
background-color: #7E6C0A;
}
.BgClassName
{
background-color: #7E6C0A;
}
</style>
border-color css
<style>
span { border-color: #7E6C0A; }
span { border-color: rgb(126,108,10); }
td.TdClassName
{
border-color: #7E6C0A;
}
.TagClassName
{
border-color: #7E6C0A;
}
</style>