Shades of Yellow Metal #7E6536
Tints of Yellow Metal #7E6536
RGB
CMYK
RGB Variations
Color information
#7E6536 (or 0x7E6536) is known color: Yellow Metal. HEX triplet: 7E, 65 and 36. RGB value is (126,101,54). Sum of RGB (Red+Green+Blue) = 126+101+54=281 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.84% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6536 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6536 is #819AC9. Grayscale: #676767. Windows color (decimal): -8493770 or 3564926. OLE color: 3564926.
HSL color Cylindrical-coordinate representation of color #7E6536: hue angle of 39.17º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E6536 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 101 | 54 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.51 |
| HSL | 39.17º | 0.4% | 0.35% | - |
| HSV(B) | 39.17º | 0.57% | 0.49% | - |
| XYZ | 13.92 | 14.01 | 5.46 | - |
| YUV | 103.12 | 100.28 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 101 | 54 | 0 | 0.20 | 0.57 | 0.51 | 39.17 | 0.4 | 0.35 |
| Hex | 7E | 65 | 36 | 0 | 14 | 39 | 33 | 27 | 28 | 23 |
| Octal | 176 | 145 | 66 | 0 | 24 | 71 | 63 | 47 | 50 | 43 |
| Binary | 1111110 | 1100101 | 110110 | 0 | 10100 | 111001 | 110011 | 100111 | 101000 | 100011 |
Color Harmonies of #7E6536
Complementary color
Monochromatic Colors of #7E6536
Black with #7E6536
Text Example
Text Example
White with #7E6536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6536; }
p { color: rgb(126,101,54); }
H1.HeaderClassName
{
color: #7E6536;
}
.AnyTagClassName
{
color: #7E6536;
}
</style>
background-color css
<style>
a { background-color: #7E6536; }
a { background-color: rgb(126,101,54); }
div.DivClassName
{
background-color: #7E6536;
}
.BgClassName
{
background-color: #7E6536;
}
</style>
border-color css
<style>
span { border-color: #7E6536; }
span { border-color: rgb(126,101,54); }
td.TdClassName
{
border-color: #7E6536;
}
.TagClassName
{
border-color: #7E6536;
}
</style>