Shades of Yellow Metal #7E6739
Tints of Yellow Metal #7E6739
RGB
CMYK
RGB Variations
Color information
#7E6739 (or 0x7E6739) is known color: Yellow Metal. HEX triplet: 7E, 67 and 39. RGB value is (126,103,57). Sum of RGB (Red+Green+Blue) = 126+103+57=286 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.06% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 57 (22.66% from 255 or 19.93% from 286); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6739 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6739 is #8198C6. Grayscale: #686868. Windows color (decimal): -8493255 or 3762046. OLE color: 3762046.
HSL color Cylindrical-coordinate representation of color #7E6739: hue angle of 40º 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 #7E6739 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 103 | 57 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.51 |
| HSL | 40º | 0.38% | 0.36% | - |
| HSV(B) | 40º | 0.55% | 0.49% | - |
| XYZ | 14.19 | 14.43 | 5.91 | - |
| YUV | 104.63 | 101.12 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 103 | 57 | 0 | 0.18 | 0.55 | 0.51 | 40 | 0.38 | 0.36 |
| Hex | 7E | 67 | 39 | 0 | 12 | 37 | 33 | 28 | 26 | 24 |
| Octal | 176 | 147 | 71 | 0 | 22 | 67 | 63 | 50 | 46 | 44 |
| Binary | 1111110 | 1100111 | 111001 | 0 | 10010 | 110111 | 110011 | 101000 | 100110 | 100100 |
Color Harmonies of #7E6739
Complementary color
Monochromatic Colors of #7E6739
Black with #7E6739
Text Example
Text Example
White with #7E6739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6739; }
p { color: rgb(126,103,57); }
H1.HeaderClassName
{
color: #7E6739;
}
.AnyTagClassName
{
color: #7E6739;
}
</style>
background-color css
<style>
a { background-color: #7E6739; }
a { background-color: rgb(126,103,57); }
div.DivClassName
{
background-color: #7E6739;
}
.BgClassName
{
background-color: #7E6739;
}
</style>
border-color css
<style>
span { border-color: #7E6739; }
span { border-color: rgb(126,103,57); }
td.TdClassName
{
border-color: #7E6739;
}
.TagClassName
{
border-color: #7E6739;
}
</style>