Shades of Yellow Metal #7E6836
Tints of Yellow Metal #7E6836
RGB
CMYK
RGB Variations
Color information
#7E6836 (or 0x7E6836) is known color: Yellow Metal. HEX triplet: 7E, 68 and 36. RGB value is (126,104,54). Sum of RGB (Red+Green+Blue) = 126+104+54=284 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.37% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6836 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6836 is #8197C9. Grayscale: #696969. Windows color (decimal): -8493002 or 3565694. OLE color: 3565694.
HSL color Cylindrical-coordinate representation of color #7E6836: hue angle of 41.67º 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 #7E6836 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 104 | 54 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.51 |
| HSL | 41.67º | 0.4% | 0.35% | - |
| HSV(B) | 41.67º | 0.57% | 0.49% | - |
| XYZ | 14.22 | 14.6 | 5.56 | - |
| YUV | 104.88 | 99.29 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 104 | 54 | 0 | 0.17 | 0.57 | 0.51 | 41.67 | 0.4 | 0.35 |
| Hex | 7E | 68 | 36 | 0 | 11 | 39 | 33 | 2A | 28 | 23 |
| Octal | 176 | 150 | 66 | 0 | 21 | 71 | 63 | 52 | 50 | 43 |
| Binary | 1111110 | 1101000 | 110110 | 0 | 10001 | 111001 | 110011 | 101010 | 101000 | 100011 |
Color Harmonies of #7E6836
Complementary color
Monochromatic Colors of #7E6836
Black with #7E6836
Text Example
Text Example
White with #7E6836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6836; }
p { color: rgb(126,104,54); }
H1.HeaderClassName
{
color: #7E6836;
}
.AnyTagClassName
{
color: #7E6836;
}
</style>
background-color css
<style>
a { background-color: #7E6836; }
a { background-color: rgb(126,104,54); }
div.DivClassName
{
background-color: #7E6836;
}
.BgClassName
{
background-color: #7E6836;
}
</style>
border-color css
<style>
span { border-color: #7E6836; }
span { border-color: rgb(126,104,54); }
td.TdClassName
{
border-color: #7E6836;
}
.TagClassName
{
border-color: #7E6836;
}
</style>