Shades of Yellow Metal #7E6839
Tints of Yellow Metal #7E6839
RGB
CMYK
RGB Variations
Color information
#7E6839 (or 0x7E6839) is known color: Yellow Metal. HEX triplet: 7E, 68 and 39. RGB value is (126,104,57). Sum of RGB (Red+Green+Blue) = 126+104+57=287 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.90% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6839 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6839 is #8197C6. Grayscale: #696969. Windows color (decimal): -8492999 or 3762302. OLE color: 3762302.
HSL color Cylindrical-coordinate representation of color #7E6839: hue angle of 40.87º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E6839 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 104 | 57 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.51 |
| HSL | 40.87º | 0.38% | 0.36% | - |
| HSV(B) | 40.87º | 0.55% | 0.49% | - |
| XYZ | 14.29 | 14.63 | 5.94 | - |
| YUV | 105.22 | 100.79 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 104 | 57 | 0 | 0.17 | 0.55 | 0.51 | 40.87 | 0.38 | 0.36 |
| Hex | 7E | 68 | 39 | 0 | 11 | 37 | 33 | 29 | 26 | 24 |
| Octal | 176 | 150 | 71 | 0 | 21 | 67 | 63 | 51 | 46 | 44 |
| Binary | 1111110 | 1101000 | 111001 | 0 | 10001 | 110111 | 110011 | 101001 | 100110 | 100100 |
Color Harmonies of #7E6839
Complementary color
Monochromatic Colors of #7E6839
Black with #7E6839
Text Example
Text Example
White with #7E6839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6839; }
p { color: rgb(126,104,57); }
H1.HeaderClassName
{
color: #7E6839;
}
.AnyTagClassName
{
color: #7E6839;
}
</style>
background-color css
<style>
a { background-color: #7E6839; }
a { background-color: rgb(126,104,57); }
div.DivClassName
{
background-color: #7E6839;
}
.BgClassName
{
background-color: #7E6839;
}
</style>
border-color css
<style>
span { border-color: #7E6839; }
span { border-color: rgb(126,104,57); }
td.TdClassName
{
border-color: #7E6839;
}
.TagClassName
{
border-color: #7E6839;
}
</style>