Shades of Yellow Metal #7D6D3E
Tints of Yellow Metal #7D6D3E
RGB
CMYK
RGB Variations
Color information
#7D6D3E (or 0x7D6D3E) is known color: Yellow Metal. HEX triplet: 7D, 6D and 3E. RGB value is (125,109,62). Sum of RGB (Red+Green+Blue) = 125+109+62=296 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.23% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6D3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6D3E is #8292C1. Grayscale: #6C6C6C. Windows color (decimal): -8557250 or 4091261. OLE color: 4091261.
HSL color Cylindrical-coordinate representation of color #7D6D3E: hue angle of 44.76º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D6D3E is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 109 | 62 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.51 |
| HSL | 44.76º | 0.34% | 0.37% | - |
| HSV(B) | 44.76º | 0.5% | 0.49% | - |
| XYZ | 14.8 | 15.65 | 6.8 | - |
| YUV | 108.43 | 101.8 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 109 | 62 | 0 | 0.13 | 0.50 | 0.51 | 44.76 | 0.34 | 0.37 |
| Hex | 7D | 6D | 3E | 0 | D | 32 | 33 | 2D | 22 | 25 |
| Octal | 175 | 155 | 76 | 0 | 15 | 62 | 63 | 55 | 42 | 45 |
| Binary | 1111101 | 1101101 | 111110 | 0 | 1101 | 110010 | 110011 | 101101 | 100010 | 100101 |
Color Harmonies of #7D6D3E
Complementary color
Monochromatic Colors of #7D6D3E
Black with #7D6D3E
Text Example
Text Example
White with #7D6D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6D3E; }
p { color: rgb(125,109,62); }
H1.HeaderClassName
{
color: #7D6D3E;
}
.AnyTagClassName
{
color: #7D6D3E;
}
</style>
background-color css
<style>
a { background-color: #7D6D3E; }
a { background-color: rgb(125,109,62); }
div.DivClassName
{
background-color: #7D6D3E;
}
.BgClassName
{
background-color: #7D6D3E;
}
</style>
border-color css
<style>
span { border-color: #7D6D3E; }
span { border-color: rgb(125,109,62); }
td.TdClassName
{
border-color: #7D6D3E;
}
.TagClassName
{
border-color: #7D6D3E;
}
</style>