Shades of Yellow Metal #7E6937
Tints of Yellow Metal #7E6937
RGB
CMYK
RGB Variations
Color information
#7E6937 (or 0x7E6937) is known color: Yellow Metal. HEX triplet: 7E, 69 and 37. RGB value is (126,105,55). Sum of RGB (Red+Green+Blue) = 126+105+55=286 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.06% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6937 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6937 is #8196C8. Grayscale: #696969. Windows color (decimal): -8492745 or 3631486. OLE color: 3631486.
HSL color Cylindrical-coordinate representation of color #7E6937: hue angle of 42.25º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E6937 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 105 | 55 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.51 |
| HSL | 42.25º | 0.39% | 0.35% | - |
| HSV(B) | 42.25º | 0.56% | 0.49% | - |
| XYZ | 14.35 | 14.81 | 5.72 | - |
| YUV | 105.58 | 99.46 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 105 | 55 | 0 | 0.17 | 0.56 | 0.51 | 42.25 | 0.39 | 0.35 |
| Hex | 7E | 69 | 37 | 0 | 11 | 38 | 33 | 2A | 27 | 23 |
| Octal | 176 | 151 | 67 | 0 | 21 | 70 | 63 | 52 | 47 | 43 |
| Binary | 1111110 | 1101001 | 110111 | 0 | 10001 | 111000 | 110011 | 101010 | 100111 | 100011 |
Color Harmonies of #7E6937
Complementary color
Monochromatic Colors of #7E6937
Black with #7E6937
Text Example
Text Example
White with #7E6937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6937; }
p { color: rgb(126,105,55); }
H1.HeaderClassName
{
color: #7E6937;
}
.AnyTagClassName
{
color: #7E6937;
}
</style>
background-color css
<style>
a { background-color: #7E6937; }
a { background-color: rgb(126,105,55); }
div.DivClassName
{
background-color: #7E6937;
}
.BgClassName
{
background-color: #7E6937;
}
</style>
border-color css
<style>
span { border-color: #7E6937; }
span { border-color: rgb(126,105,55); }
td.TdClassName
{
border-color: #7E6937;
}
.TagClassName
{
border-color: #7E6937;
}
</style>