Shades of Yellow Metal #7D653D
Tints of Yellow Metal #7D653D
RGB
CMYK
RGB Variations
Color information
#7D653D (or 0x7D653D) is known color: Yellow Metal. HEX triplet: 7D, 65 and 3D. RGB value is (125,101,61). Sum of RGB (Red+Green+Blue) = 125+101+61=287 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.55% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 125 - color contains mainly: red. Hex color #7D653D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D653D is #829AC2. Grayscale: #676767. Windows color (decimal): -8559299 or 4023677. OLE color: 4023677.
HSL color Cylindrical-coordinate representation of color #7D653D: hue angle of 37.5º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D653D is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 101 | 61 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.51 |
| HSL | 37.5º | 0.34% | 0.36% | - |
| HSV(B) | 37.5º | 0.51% | 0.49% | - |
| XYZ | 13.95 | 14 | 6.38 | - |
| YUV | 103.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 101 | 61 | 0 | 0.19 | 0.51 | 0.51 | 37.5 | 0.34 | 0.36 |
| Hex | 7D | 65 | 3D | 0 | 13 | 33 | 33 | 26 | 22 | 24 |
| Octal | 175 | 145 | 75 | 0 | 23 | 63 | 63 | 46 | 42 | 44 |
| Binary | 1111101 | 1100101 | 111101 | 0 | 10011 | 110011 | 110011 | 100110 | 100010 | 100100 |
Color Harmonies of #7D653D
Complementary color
Monochromatic Colors of #7D653D
Black with #7D653D
Text Example
Text Example
White with #7D653D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D653D; }
p { color: rgb(125,101,61); }
H1.HeaderClassName
{
color: #7D653D;
}
.AnyTagClassName
{
color: #7D653D;
}
</style>
background-color css
<style>
a { background-color: #7D653D; }
a { background-color: rgb(125,101,61); }
div.DivClassName
{
background-color: #7D653D;
}
.BgClassName
{
background-color: #7D653D;
}
</style>
border-color css
<style>
span { border-color: #7D653D; }
span { border-color: rgb(125,101,61); }
td.TdClassName
{
border-color: #7D653D;
}
.TagClassName
{
border-color: #7D653D;
}
</style>