Shades of Yukon Gold #7E6819
Tints of Yukon Gold #7E6819
RGB
CMYK
RGB Variations
Color information
#7E6819 (or 0x7E6819) is known color: Yukon Gold. HEX triplet: 7E, 68 and 19. RGB value is (126,104,25). Sum of RGB (Red+Green+Blue) = 126+104+25=255 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.41% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6819 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E6819 is #8197E6. Grayscale: #656565. Windows color (decimal): -8493031 or 1665150. OLE color: 1665150.
HSL color Cylindrical-coordinate representation of color #7E6819: hue angle of 46.93º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7E6819 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 104 | 25 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.51 |
| HSL | 46.93º | 0.67% | 0.3% | - |
| HSV(B) | 46.93º | 0.8% | 0.49% | - |
| XYZ | 13.73 | 14.41 | 2.98 | - |
| YUV | 101.57 | 84.79 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 104 | 25 | 0 | 0.17 | 0.80 | 0.51 | 46.93 | 0.67 | 0.3 |
| Hex | 7E | 68 | 19 | 0 | 11 | 50 | 33 | 2F | 43 | 1E |
| Octal | 176 | 150 | 31 | 0 | 21 | 120 | 63 | 57 | 103 | 36 |
| Binary | 1111110 | 1101000 | 11001 | 0 | 10001 | 1010000 | 110011 | 101111 | 1000011 | 11110 |
Color Harmonies of #7E6819
Complementary color
Monochromatic Colors of #7E6819
Black with #7E6819
Text Example
Text Example
White with #7E6819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6819; }
p { color: rgb(126,104,25); }
H1.HeaderClassName
{
color: #7E6819;
}
.AnyTagClassName
{
color: #7E6819;
}
</style>
background-color css
<style>
a { background-color: #7E6819; }
a { background-color: rgb(126,104,25); }
div.DivClassName
{
background-color: #7E6819;
}
.BgClassName
{
background-color: #7E6819;
}
</style>
border-color css
<style>
span { border-color: #7E6819; }
span { border-color: rgb(126,104,25); }
td.TdClassName
{
border-color: #7E6819;
}
.TagClassName
{
border-color: #7E6819;
}
</style>