Shades of Yellow Metal #7E663D
Tints of Yellow Metal #7E663D
RGB
CMYK
RGB Variations
Color information
#7E663D (or 0x7E663D) is known color: Yellow Metal. HEX triplet: 7E, 66 and 3D. RGB value is (126,102,61). Sum of RGB (Red+Green+Blue) = 126+102+61=289 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.60% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 126 - color contains mainly: red. Hex color #7E663D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E663D is #8199C2. Grayscale: #686868. Windows color (decimal): -8493507 or 4023934. OLE color: 4023934.
HSL color Cylindrical-coordinate representation of color #7E663D: hue angle of 37.85º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E663D is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 102 | 61 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.51 |
| HSL | 37.85º | 0.35% | 0.37% | - |
| HSV(B) | 37.85º | 0.52% | 0.49% | - |
| XYZ | 14.2 | 14.28 | 6.42 | - |
| YUV | 104.5 | 103.45 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 102 | 61 | 0 | 0.19 | 0.52 | 0.51 | 37.85 | 0.35 | 0.37 |
| Hex | 7E | 66 | 3D | 0 | 13 | 34 | 33 | 26 | 23 | 25 |
| Octal | 176 | 146 | 75 | 0 | 23 | 64 | 63 | 46 | 43 | 45 |
| Binary | 1111110 | 1100110 | 111101 | 0 | 10011 | 110100 | 110011 | 100110 | 100011 | 100101 |
Color Harmonies of #7E663D
Complementary color
Monochromatic Colors of #7E663D
Black with #7E663D
Text Example
Text Example
White with #7E663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E663D; }
p { color: rgb(126,102,61); }
H1.HeaderClassName
{
color: #7E663D;
}
.AnyTagClassName
{
color: #7E663D;
}
</style>
background-color css
<style>
a { background-color: #7E663D; }
a { background-color: rgb(126,102,61); }
div.DivClassName
{
background-color: #7E663D;
}
.BgClassName
{
background-color: #7E663D;
}
</style>
border-color css
<style>
span { border-color: #7E663D; }
span { border-color: rgb(126,102,61); }
td.TdClassName
{
border-color: #7E663D;
}
.TagClassName
{
border-color: #7E663D;
}
</style>