Shades of Yellow Metal #70603D
Tints of Yellow Metal #70603D
RGB
CMYK
RGB Variations
Color information
#70603D (or 0x70603D) is known color: Yellow Metal. HEX triplet: 70, 60 and 3D. RGB value is (112,96,61). Sum of RGB (Red+Green+Blue) = 112+96+61=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #70603D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70603D is #8F9FC2. Grayscale: #606060. Windows color (decimal): -9412547 or 4022384. OLE color: 4022384.
HSL color Cylindrical-coordinate representation of color #70603D: hue angle of 41.18º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70603D is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 96 | 61 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.56 |
| HSL | 41.18º | 0.29% | 0.34% | - |
| HSV(B) | 41.18º | 0.46% | 0.44% | - |
| XYZ | 11.71 | 12.15 | 6.14 | - |
| YUV | 96.79 | 107.8 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 61 | 0 | 0.14 | 0.46 | 0.56 | 41.18 | 0.29 | 0.34 |
| Hex | 70 | 60 | 3D | 0 | E | 2E | 38 | 29 | 1D | 22 |
| Octal | 160 | 140 | 75 | 0 | 16 | 56 | 70 | 51 | 35 | 42 |
| Binary | 1110000 | 1100000 | 111101 | 0 | 1110 | 101110 | 111000 | 101001 | 11101 | 100010 |
Color Harmonies of #70603D
Complementary color
Monochromatic Colors of #70603D
Black with #70603D
Text Example
Text Example
White with #70603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70603D; }
p { color: rgb(112,96,61); }
H1.HeaderClassName
{
color: #70603D;
}
.AnyTagClassName
{
color: #70603D;
}
</style>
background-color css
<style>
a { background-color: #70603D; }
a { background-color: rgb(112,96,61); }
div.DivClassName
{
background-color: #70603D;
}
.BgClassName
{
background-color: #70603D;
}
</style>
border-color css
<style>
span { border-color: #70603D; }
span { border-color: rgb(112,96,61); }
td.TdClassName
{
border-color: #70603D;
}
.TagClassName
{
border-color: #70603D;
}
</style>