Shades of Yellow Metal #706040
Tints of Yellow Metal #706040
RGB
CMYK
RGB Variations
Color information
#706040 (or 0x706040) is known color: Yellow Metal. HEX triplet: 70, 60 and 40. RGB value is (112,96,64). Sum of RGB (Red+Green+Blue) = 112+96+64=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #706040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706040 is #8F9FBF. Grayscale: #616161. Windows color (decimal): -9412544 or 4218992. OLE color: 4218992.
HSL color Cylindrical-coordinate representation of color #706040: hue angle of 40º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #706040 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 96 | 64 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.56 |
| HSL | 40º | 0.27% | 0.35% | - |
| HSV(B) | 40º | 0.43% | 0.44% | - |
| XYZ | 11.79 | 12.18 | 6.58 | - |
| YUV | 97.14 | 109.3 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 64 | 0 | 0.14 | 0.43 | 0.56 | 40 | 0.27 | 0.35 |
| Hex | 70 | 60 | 40 | 0 | E | 2B | 38 | 28 | 1B | 23 |
| Octal | 160 | 140 | 100 | 0 | 16 | 53 | 70 | 50 | 33 | 43 |
| Binary | 1110000 | 1100000 | 1000000 | 0 | 1110 | 101011 | 111000 | 101000 | 11011 | 100011 |
Color Harmonies of #706040
Complementary color
Monochromatic Colors of #706040
Black with #706040
Text Example
Text Example
White with #706040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706040; }
p { color: rgb(112,96,64); }
H1.HeaderClassName
{
color: #706040;
}
.AnyTagClassName
{
color: #706040;
}
</style>
background-color css
<style>
a { background-color: #706040; }
a { background-color: rgb(112,96,64); }
div.DivClassName
{
background-color: #706040;
}
.BgClassName
{
background-color: #706040;
}
</style>
border-color css
<style>
span { border-color: #706040; }
span { border-color: rgb(112,96,64); }
td.TdClassName
{
border-color: #706040;
}
.TagClassName
{
border-color: #706040;
}
</style>