Shades of Yellow Metal #7D6541
Tints of Yellow Metal #7D6541
RGB
CMYK
RGB Variations
Color information
#7D6541 (or 0x7D6541) is known color: Yellow Metal. HEX triplet: 7D, 65 and 41. RGB value is (125,101,65). Sum of RGB (Red+Green+Blue) = 125+101+65=291 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.96% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6541 is #829ABE. Grayscale: #686868. Windows color (decimal): -8559295 or 4285821. OLE color: 4285821.
HSL color Cylindrical-coordinate representation of color #7D6541: hue angle of 36º 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 #7D6541 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 101 | 65 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.51 |
| HSL | 36º | 0.32% | 0.37% | - |
| HSV(B) | 36º | 0.48% | 0.49% | - |
| XYZ | 14.07 | 14.05 | 6.97 | - |
| YUV | 104.07 | 105.95 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 101 | 65 | 0 | 0.19 | 0.48 | 0.51 | 36 | 0.32 | 0.37 |
| Hex | 7D | 65 | 41 | 0 | 13 | 30 | 33 | 24 | 20 | 25 |
| Octal | 175 | 145 | 101 | 0 | 23 | 60 | 63 | 44 | 40 | 45 |
| Binary | 1111101 | 1100101 | 1000001 | 0 | 10011 | 110000 | 110011 | 100100 | 100000 | 100101 |
Color Harmonies of #7D6541
Complementary color
Monochromatic Colors of #7D6541
Black with #7D6541
Text Example
Text Example
White with #7D6541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6541; }
p { color: rgb(125,101,65); }
H1.HeaderClassName
{
color: #7D6541;
}
.AnyTagClassName
{
color: #7D6541;
}
</style>
background-color css
<style>
a { background-color: #7D6541; }
a { background-color: rgb(125,101,65); }
div.DivClassName
{
background-color: #7D6541;
}
.BgClassName
{
background-color: #7D6541;
}
</style>
border-color css
<style>
span { border-color: #7D6541; }
span { border-color: rgb(125,101,65); }
td.TdClassName
{
border-color: #7D6541;
}
.TagClassName
{
border-color: #7D6541;
}
</style>