Shades of Yukon Gold #7E6A23
Tints of Yukon Gold #7E6A23
RGB
CMYK
RGB Variations
Color information
#7E6A23 (or 0x7E6A23) is known color: Yukon Gold. HEX triplet: 7E, 6A and 23. RGB value is (126,106,35). Sum of RGB (Red+Green+Blue) = 126+106+35=267 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.19% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 35 (14.06% from 255 or 13.11% from 267); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6A23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6A23 is #8195DC. Grayscale: #686868. Windows color (decimal): -8492509 or 2321022. OLE color: 2321022.
HSL color Cylindrical-coordinate representation of color #7E6A23: hue angle of 46.81º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7E6A23 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 106 | 35 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.51 |
| HSL | 46.81º | 0.57% | 0.32% | - |
| HSV(B) | 46.81º | 0.72% | 0.49% | - |
| XYZ | 14.06 | 14.87 | 3.72 | - |
| YUV | 103.89 | 89.13 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 106 | 35 | 0 | 0.16 | 0.72 | 0.51 | 46.81 | 0.57 | 0.32 |
| Hex | 7E | 6A | 23 | 0 | 10 | 48 | 33 | 2F | 39 | 20 |
| Octal | 176 | 152 | 43 | 0 | 20 | 110 | 63 | 57 | 71 | 40 |
| Binary | 1111110 | 1101010 | 100011 | 0 | 10000 | 1001000 | 110011 | 101111 | 111001 | 100000 |
Color Harmonies of #7E6A23
Complementary color
Monochromatic Colors of #7E6A23
Black with #7E6A23
Text Example
Text Example
White with #7E6A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6A23; }
p { color: rgb(126,106,35); }
H1.HeaderClassName
{
color: #7E6A23;
}
.AnyTagClassName
{
color: #7E6A23;
}
</style>
background-color css
<style>
a { background-color: #7E6A23; }
a { background-color: rgb(126,106,35); }
div.DivClassName
{
background-color: #7E6A23;
}
.BgClassName
{
background-color: #7E6A23;
}
</style>
border-color css
<style>
span { border-color: #7E6A23; }
span { border-color: rgb(126,106,35); }
td.TdClassName
{
border-color: #7E6A23;
}
.TagClassName
{
border-color: #7E6A23;
}
</style>