Shades of Yellow Metal #7D6441
Tints of Yellow Metal #7D6441
RGB
CMYK
RGB Variations
Color information
#7D6441 (or 0x7D6441) is known color: Yellow Metal. HEX triplet: 7D, 64 and 41. RGB value is (125,100,65). Sum of RGB (Red+Green+Blue) = 125+100+65=290 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.10% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6441 is #829BBE. Grayscale: #676767. Windows color (decimal): -8559551 or 4285565. OLE color: 4285565.
HSL color Cylindrical-coordinate representation of color #7D6441: hue angle of 35º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D6441 is Cyan = 0, Magento = 0.2, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 100 | 65 | - |
| CMYK | 0 | 0.2 | 0.48 | 0.51 |
| HSL | 35º | 0.32% | 0.37% | - |
| HSV(B) | 35º | 0.48% | 0.49% | - |
| XYZ | 13.97 | 13.86 | 6.94 | - |
| YUV | 103.49 | 106.28 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 100 | 65 | 0 | 0.2 | 0.48 | 0.51 | 35 | 0.32 | 0.37 |
| Hex | 7D | 64 | 41 | 0 | 14 | 30 | 33 | 23 | 20 | 25 |
| Octal | 175 | 144 | 101 | 0 | 24 | 60 | 63 | 43 | 40 | 45 |
| Binary | 1111101 | 1100100 | 1000001 | 0 | 10100 | 110000 | 110011 | 100011 | 100000 | 100101 |
Color Harmonies of #7D6441
Complementary color
Monochromatic Colors of #7D6441
Black with #7D6441
Text Example
Text Example
White with #7D6441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6441; }
p { color: rgb(125,100,65); }
H1.HeaderClassName
{
color: #7D6441;
}
.AnyTagClassName
{
color: #7D6441;
}
</style>
background-color css
<style>
a { background-color: #7D6441; }
a { background-color: rgb(125,100,65); }
div.DivClassName
{
background-color: #7D6441;
}
.BgClassName
{
background-color: #7D6441;
}
</style>
border-color css
<style>
span { border-color: #7D6441; }
span { border-color: rgb(125,100,65); }
td.TdClassName
{
border-color: #7D6441;
}
.TagClassName
{
border-color: #7D6441;
}
</style>