Shades of Yellow Metal #70603F
Tints of Yellow Metal #70603F
RGB
CMYK
RGB Variations
Color information
#70603F (or 0x70603F) is known color: Yellow Metal. HEX triplet: 70, 60 and 3F. RGB value is (112,96,63). Sum of RGB (Red+Green+Blue) = 112+96+63=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #70603F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70603F is #8F9FC0. Grayscale: #616161. Windows color (decimal): -9412545 or 4153456. OLE color: 4153456.
HSL color Cylindrical-coordinate representation of color #70603F: hue angle of 40.41º 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 #70603F is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 96 | 63 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.56 |
| HSL | 40.41º | 0.28% | 0.34% | - |
| HSV(B) | 40.41º | 0.44% | 0.44% | - |
| XYZ | 11.76 | 12.17 | 6.43 | - |
| YUV | 97.02 | 108.8 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 63 | 0 | 0.14 | 0.44 | 0.56 | 40.41 | 0.28 | 0.34 |
| Hex | 70 | 60 | 3F | 0 | E | 2C | 38 | 28 | 1C | 22 |
| Octal | 160 | 140 | 77 | 0 | 16 | 54 | 70 | 50 | 34 | 42 |
| Binary | 1110000 | 1100000 | 111111 | 0 | 1110 | 101100 | 111000 | 101000 | 11100 | 100010 |
Color Harmonies of #70603F
Complementary color
Monochromatic Colors of #70603F
Black with #70603F
Text Example
Text Example
White with #70603F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70603F; }
p { color: rgb(112,96,63); }
H1.HeaderClassName
{
color: #70603F;
}
.AnyTagClassName
{
color: #70603F;
}
</style>
background-color css
<style>
a { background-color: #70603F; }
a { background-color: rgb(112,96,63); }
div.DivClassName
{
background-color: #70603F;
}
.BgClassName
{
background-color: #70603F;
}
</style>
border-color css
<style>
span { border-color: #70603F; }
span { border-color: rgb(112,96,63); }
td.TdClassName
{
border-color: #70603F;
}
.TagClassName
{
border-color: #70603F;
}
</style>