Shades of Yukon Gold #7E6202
Tints of Yukon Gold #7E6202
RGB
CMYK
RGB Variations
Color information
#7E6202 (or 0x7E6202) is known color: Yukon Gold. HEX triplet: 7E, 62 and 02. RGB value is (126,98,2). Sum of RGB (Red+Green+Blue) = 126+98+2=226 (29% of max value = 765). Red value is 126 (49.61% from 255 or 55.75% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E6202 is #819DFD. Grayscale: #5F5F5F. Windows color (decimal): -8494590 or 156286. OLE color: 156286.
HSL color Cylindrical-coordinate representation of color #7E6202: hue angle of 46.45º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E6202 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 98 | 2 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.51 |
| HSL | 46.45º | 0.97% | 0.25% | - |
| HSV(B) | 46.45º | 0.98% | 0.49% | - |
| XYZ | 12.98 | 13.18 | 1.92 | - |
| YUV | 95.43 | 75.28 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 98 | 2 | 0 | 0.22 | 0.98 | 0.51 | 46.45 | 0.97 | 0.25 |
| Hex | 7E | 62 | 2 | 0 | 16 | 62 | 33 | 2E | 61 | 19 |
| Octal | 176 | 142 | 2 | 0 | 26 | 142 | 63 | 56 | 141 | 31 |
| Binary | 1111110 | 1100010 | 10 | 0 | 10110 | 1100010 | 110011 | 101110 | 1100001 | 11001 |
Color Harmonies of #7E6202
Complementary color
Monochromatic Colors of #7E6202
Black with #7E6202
Text Example
Text Example
White with #7E6202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6202; }
p { color: rgb(126,98,2); }
H1.HeaderClassName
{
color: #7E6202;
}
.AnyTagClassName
{
color: #7E6202;
}
</style>
background-color css
<style>
a { background-color: #7E6202; }
a { background-color: rgb(126,98,2); }
div.DivClassName
{
background-color: #7E6202;
}
.BgClassName
{
background-color: #7E6202;
}
</style>
border-color css
<style>
span { border-color: #7E6202; }
span { border-color: rgb(126,98,2); }
td.TdClassName
{
border-color: #7E6202;
}
.TagClassName
{
border-color: #7E6202;
}
</style>