Shades of Yukon Gold #7E6624
Tints of Yukon Gold #7E6624
RGB
CMYK
RGB Variations
Color information
#7E6624 (or 0x7E6624) is known color: Yukon Gold. HEX triplet: 7E, 66 and 24. RGB value is (126,102,36). Sum of RGB (Red+Green+Blue) = 126+102+36=264 (34% of max value = 765). Red value is 126 (49.61% from 255 or 47.73% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6624 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6624 is #8199DB. Grayscale: #656565. Windows color (decimal): -8493532 or 2385534. OLE color: 2385534.
HSL color Cylindrical-coordinate representation of color #7E6624: hue angle of 44º 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 #7E6624 is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 102 | 36 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.51 |
| HSL | 44º | 0.56% | 0.32% | - |
| HSV(B) | 44º | 0.71% | 0.49% | - |
| XYZ | 13.67 | 14.07 | 3.66 | - |
| YUV | 101.65 | 90.95 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 102 | 36 | 0 | 0.19 | 0.71 | 0.51 | 44 | 0.56 | 0.32 |
| Hex | 7E | 66 | 24 | 0 | 13 | 47 | 33 | 2C | 38 | 20 |
| Octal | 176 | 146 | 44 | 0 | 23 | 107 | 63 | 54 | 70 | 40 |
| Binary | 1111110 | 1100110 | 100100 | 0 | 10011 | 1000111 | 110011 | 101100 | 111000 | 100000 |
Color Harmonies of #7E6624
Complementary color
Monochromatic Colors of #7E6624
Black with #7E6624
Text Example
Text Example
White with #7E6624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6624; }
p { color: rgb(126,102,36); }
H1.HeaderClassName
{
color: #7E6624;
}
.AnyTagClassName
{
color: #7E6624;
}
</style>
background-color css
<style>
a { background-color: #7E6624; }
a { background-color: rgb(126,102,36); }
div.DivClassName
{
background-color: #7E6624;
}
.BgClassName
{
background-color: #7E6624;
}
</style>
border-color css
<style>
span { border-color: #7E6624; }
span { border-color: rgb(126,102,36); }
td.TdClassName
{
border-color: #7E6624;
}
.TagClassName
{
border-color: #7E6624;
}
</style>