Shades of Yukon Gold #7E6824
Tints of Yukon Gold #7E6824
RGB
CMYK
RGB Variations
Color information
#7E6824 (or 0x7E6824) is known color: Yukon Gold. HEX triplet: 7E, 68 and 24. RGB value is (126,104,36). Sum of RGB (Red+Green+Blue) = 126+104+36=266 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.37% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6824 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6824 is #8197DB. Grayscale: #676767. Windows color (decimal): -8493020 or 2386046. OLE color: 2386046.
HSL color Cylindrical-coordinate representation of color #7E6824: hue angle of 45.33º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E6824 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 104 | 36 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.51 |
| HSL | 45.33º | 0.56% | 0.32% | - |
| HSV(B) | 45.33º | 0.71% | 0.49% | - |
| XYZ | 13.87 | 14.46 | 3.73 | - |
| YUV | 102.83 | 90.29 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 104 | 36 | 0 | 0.17 | 0.71 | 0.51 | 45.33 | 0.56 | 0.32 |
| Hex | 7E | 68 | 24 | 0 | 11 | 47 | 33 | 2D | 38 | 20 |
| Octal | 176 | 150 | 44 | 0 | 21 | 107 | 63 | 55 | 70 | 40 |
| Binary | 1111110 | 1101000 | 100100 | 0 | 10001 | 1000111 | 110011 | 101101 | 111000 | 100000 |
Color Harmonies of #7E6824
Complementary color
Monochromatic Colors of #7E6824
Black with #7E6824
Text Example
Text Example
White with #7E6824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6824; }
p { color: rgb(126,104,36); }
H1.HeaderClassName
{
color: #7E6824;
}
.AnyTagClassName
{
color: #7E6824;
}
</style>
background-color css
<style>
a { background-color: #7E6824; }
a { background-color: rgb(126,104,36); }
div.DivClassName
{
background-color: #7E6824;
}
.BgClassName
{
background-color: #7E6824;
}
</style>
border-color css
<style>
span { border-color: #7E6824; }
span { border-color: rgb(126,104,36); }
td.TdClassName
{
border-color: #7E6824;
}
.TagClassName
{
border-color: #7E6824;
}
</style>