Shades of Yellow Metal #70613F
Tints of Yellow Metal #70613F
RGB
CMYK
RGB Variations
Color information
#70613F (or 0x70613F) is known color: Yellow Metal. HEX triplet: 70, 61 and 3F. RGB value is (112,97,63). Sum of RGB (Red+Green+Blue) = 112+97+63=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #70613F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70613F is #8F9EC0. Grayscale: #616161. Windows color (decimal): -9412289 or 4153712. OLE color: 4153712.
HSL color Cylindrical-coordinate representation of color #70613F: hue angle of 41.63º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70613F is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 97 | 63 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.56 |
| HSL | 41.63º | 0.28% | 0.34% | - |
| HSV(B) | 41.63º | 0.44% | 0.44% | - |
| XYZ | 11.85 | 12.35 | 6.46 | - |
| YUV | 97.61 | 108.47 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 97 | 63 | 0 | 0.13 | 0.44 | 0.56 | 41.63 | 0.28 | 0.34 |
| Hex | 70 | 61 | 3F | 0 | D | 2C | 38 | 2A | 1C | 22 |
| Octal | 160 | 141 | 77 | 0 | 15 | 54 | 70 | 52 | 34 | 42 |
| Binary | 1110000 | 1100001 | 111111 | 0 | 1101 | 101100 | 111000 | 101010 | 11100 | 100010 |
Color Harmonies of #70613F
Complementary color
Monochromatic Colors of #70613F
Black with #70613F
Text Example
Text Example
White with #70613F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70613F; }
p { color: rgb(112,97,63); }
H1.HeaderClassName
{
color: #70613F;
}
.AnyTagClassName
{
color: #70613F;
}
</style>
background-color css
<style>
a { background-color: #70613F; }
a { background-color: rgb(112,97,63); }
div.DivClassName
{
background-color: #70613F;
}
.BgClassName
{
background-color: #70613F;
}
</style>
border-color css
<style>
span { border-color: #70613F; }
span { border-color: rgb(112,97,63); }
td.TdClassName
{
border-color: #70613F;
}
.TagClassName
{
border-color: #70613F;
}
</style>