Shades of Yukon Gold #7E681E
Tints of Yukon Gold #7E681E
RGB
CMYK
RGB Variations
Color information
#7E681E (or 0x7E681E) is known color: Yukon Gold. HEX triplet: 7E, 68 and 1E. RGB value is (126,104,30). Sum of RGB (Red+Green+Blue) = 126+104+30=260 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.46% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 126 - color contains mainly: red. Hex color #7E681E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E681E is #8197E1. Grayscale: #666666. Windows color (decimal): -8493026 or 1992830. OLE color: 1992830.
HSL color Cylindrical-coordinate representation of color #7E681E: hue angle of 46.25º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7E681E is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 104 | 30 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.51 |
| HSL | 46.25º | 0.62% | 0.31% | - |
| HSV(B) | 46.25º | 0.76% | 0.49% | - |
| XYZ | 13.79 | 14.43 | 3.29 | - |
| YUV | 102.14 | 87.29 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 104 | 30 | 0 | 0.17 | 0.76 | 0.51 | 46.25 | 0.62 | 0.31 |
| Hex | 7E | 68 | 1E | 0 | 11 | 4C | 33 | 2E | 3E | 1F |
| Octal | 176 | 150 | 36 | 0 | 21 | 114 | 63 | 56 | 76 | 37 |
| Binary | 1111110 | 1101000 | 11110 | 0 | 10001 | 1001100 | 110011 | 101110 | 111110 | 11111 |
Color Harmonies of #7E681E
Complementary color
Monochromatic Colors of #7E681E
Black with #7E681E
Text Example
Text Example
White with #7E681E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E681E; }
p { color: rgb(126,104,30); }
H1.HeaderClassName
{
color: #7E681E;
}
.AnyTagClassName
{
color: #7E681E;
}
</style>
background-color css
<style>
a { background-color: #7E681E; }
a { background-color: rgb(126,104,30); }
div.DivClassName
{
background-color: #7E681E;
}
.BgClassName
{
background-color: #7E681E;
}
</style>
border-color css
<style>
span { border-color: #7E681E; }
span { border-color: rgb(126,104,30); }
td.TdClassName
{
border-color: #7E681E;
}
.TagClassName
{
border-color: #7E681E;
}
</style>