Shades of Yellow Metal #70623C
Tints of Yellow Metal #70623C
RGB
CMYK
RGB Variations
Color information
#70623C (or 0x70623C) is known color: Yellow Metal. HEX triplet: 70, 62 and 3C. RGB value is (112,98,60). Sum of RGB (Red+Green+Blue) = 112+98+60=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #70623C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70623C is #8F9DC3. Grayscale: #626262. Windows color (decimal): -9412036 or 3957360. OLE color: 3957360.
HSL color Cylindrical-coordinate representation of color #70623C: hue angle of 43.85º degrees, saturation: 0.3, 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 #70623C is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 98 | 60 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.56 |
| HSL | 43.85º | 0.3% | 0.34% | - |
| HSV(B) | 43.85º | 0.46% | 0.44% | - |
| XYZ | 11.87 | 12.51 | 6.06 | - |
| YUV | 97.85 | 106.64 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 60 | 0 | 0.13 | 0.46 | 0.56 | 43.85 | 0.3 | 0.34 |
| Hex | 70 | 62 | 3C | 0 | D | 2E | 38 | 2C | 1E | 22 |
| Octal | 160 | 142 | 74 | 0 | 15 | 56 | 70 | 54 | 36 | 42 |
| Binary | 1110000 | 1100010 | 111100 | 0 | 1101 | 101110 | 111000 | 101100 | 11110 | 100010 |
Color Harmonies of #70623C
Complementary color
Monochromatic Colors of #70623C
Black with #70623C
Text Example
Text Example
White with #70623C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70623C; }
p { color: rgb(112,98,60); }
H1.HeaderClassName
{
color: #70623C;
}
.AnyTagClassName
{
color: #70623C;
}
</style>
background-color css
<style>
a { background-color: #70623C; }
a { background-color: rgb(112,98,60); }
div.DivClassName
{
background-color: #70623C;
}
.BgClassName
{
background-color: #70623C;
}
</style>
border-color css
<style>
span { border-color: #70623C; }
span { border-color: rgb(112,98,60); }
td.TdClassName
{
border-color: #70623C;
}
.TagClassName
{
border-color: #70623C;
}
</style>