Shades of Yellow Metal #7D643D
Tints of Yellow Metal #7D643D
RGB
CMYK
RGB Variations
Color information
#7D643D (or 0x7D643D) is known color: Yellow Metal. HEX triplet: 7D, 64 and 3D. RGB value is (125,100,61). Sum of RGB (Red+Green+Blue) = 125+100+61=286 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.71% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 125 - color contains mainly: red. Hex color #7D643D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D643D is #829BC2. Grayscale: #676767. Windows color (decimal): -8559555 or 4023421. OLE color: 4023421.
HSL color Cylindrical-coordinate representation of color #7D643D: hue angle of 36.56º 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 #7D643D is Cyan = 0, Magento = 0.2, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 100 | 61 | - |
| CMYK | 0 | 0.2 | 0.51 | 0.51 |
| HSL | 36.56º | 0.34% | 0.36% | - |
| HSV(B) | 36.56º | 0.51% | 0.49% | - |
| XYZ | 13.86 | 13.81 | 6.35 | - |
| YUV | 103.03 | 104.28 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 100 | 61 | 0 | 0.2 | 0.51 | 0.51 | 36.56 | 0.34 | 0.36 |
| Hex | 7D | 64 | 3D | 0 | 14 | 33 | 33 | 25 | 22 | 24 |
| Octal | 175 | 144 | 75 | 0 | 24 | 63 | 63 | 45 | 42 | 44 |
| Binary | 1111101 | 1100100 | 111101 | 0 | 10100 | 110011 | 110011 | 100101 | 100010 | 100100 |
Color Harmonies of #7D643D
Complementary color
Monochromatic Colors of #7D643D
Black with #7D643D
Text Example
Text Example
White with #7D643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D643D; }
p { color: rgb(125,100,61); }
H1.HeaderClassName
{
color: #7D643D;
}
.AnyTagClassName
{
color: #7D643D;
}
</style>
background-color css
<style>
a { background-color: #7D643D; }
a { background-color: rgb(125,100,61); }
div.DivClassName
{
background-color: #7D643D;
}
.BgClassName
{
background-color: #7D643D;
}
</style>
border-color css
<style>
span { border-color: #7D643D; }
span { border-color: rgb(125,100,61); }
td.TdClassName
{
border-color: #7D643D;
}
.TagClassName
{
border-color: #7D643D;
}
</style>