Shades of Yellow Metal #7E6644
Tints of Yellow Metal #7E6644
RGB
CMYK
RGB Variations
Color information
#7E6644 (or 0x7E6644) is known color: Yellow Metal. HEX triplet: 7E, 66 and 44. RGB value is (126,102,68). Sum of RGB (Red+Green+Blue) = 126+102+68=296 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.57% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6644 is #8199BB. Grayscale: #696969. Windows color (decimal): -8493500 or 4482686. OLE color: 4482686.
HSL color Cylindrical-coordinate representation of color #7E6644: hue angle of 35.17º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E6644 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 102 | 68 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.51 |
| HSL | 35.17º | 0.3% | 0.38% | - |
| HSV(B) | 35.17º | 0.46% | 0.49% | - |
| XYZ | 14.4 | 14.36 | 7.48 | - |
| YUV | 105.3 | 106.95 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 102 | 68 | 0 | 0.19 | 0.46 | 0.51 | 35.17 | 0.3 | 0.38 |
| Hex | 7E | 66 | 44 | 0 | 13 | 2E | 33 | 23 | 1E | 26 |
| Octal | 176 | 146 | 104 | 0 | 23 | 56 | 63 | 43 | 36 | 46 |
| Binary | 1111110 | 1100110 | 1000100 | 0 | 10011 | 101110 | 110011 | 100011 | 11110 | 100110 |
Color Harmonies of #7E6644
Complementary color
Monochromatic Colors of #7E6644
Black with #7E6644
Text Example
Text Example
White with #7E6644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6644; }
p { color: rgb(126,102,68); }
H1.HeaderClassName
{
color: #7E6644;
}
.AnyTagClassName
{
color: #7E6644;
}
</style>
background-color css
<style>
a { background-color: #7E6644; }
a { background-color: rgb(126,102,68); }
div.DivClassName
{
background-color: #7E6644;
}
.BgClassName
{
background-color: #7E6644;
}
</style>
border-color css
<style>
span { border-color: #7E6644; }
span { border-color: rgb(126,102,68); }
td.TdClassName
{
border-color: #7E6644;
}
.TagClassName
{
border-color: #7E6644;
}
</style>