Shades of Yellow Metal #70623F
Tints of Yellow Metal #70623F
RGB
CMYK
RGB Variations
Color information
#70623F (or 0x70623F) is known color: Yellow Metal. HEX triplet: 70, 62 and 3F. RGB value is (112,98,63). Sum of RGB (Red+Green+Blue) = 112+98+63=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #70623F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70623F is #8F9DC0. Grayscale: #626262. Windows color (decimal): -9412033 or 4153968. OLE color: 4153968.
HSL color Cylindrical-coordinate representation of color #70623F: hue angle of 42.86º 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 #70623F is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 98 | 63 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.56 |
| HSL | 42.86º | 0.28% | 0.34% | - |
| HSV(B) | 42.86º | 0.44% | 0.44% | - |
| XYZ | 11.95 | 12.54 | 6.49 | - |
| YUV | 98.2 | 108.14 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 63 | 0 | 0.13 | 0.44 | 0.56 | 42.86 | 0.28 | 0.34 |
| Hex | 70 | 62 | 3F | 0 | D | 2C | 38 | 2B | 1C | 22 |
| Octal | 160 | 142 | 77 | 0 | 15 | 54 | 70 | 53 | 34 | 42 |
| Binary | 1110000 | 1100010 | 111111 | 0 | 1101 | 101100 | 111000 | 101011 | 11100 | 100010 |
Color Harmonies of #70623F
Complementary color
Monochromatic Colors of #70623F
Black with #70623F
Text Example
Text Example
White with #70623F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70623F; }
p { color: rgb(112,98,63); }
H1.HeaderClassName
{
color: #70623F;
}
.AnyTagClassName
{
color: #70623F;
}
</style>
background-color css
<style>
a { background-color: #70623F; }
a { background-color: rgb(112,98,63); }
div.DivClassName
{
background-color: #70623F;
}
.BgClassName
{
background-color: #70623F;
}
</style>
border-color css
<style>
span { border-color: #70623F; }
span { border-color: rgb(112,98,63); }
td.TdClassName
{
border-color: #70623F;
}
.TagClassName
{
border-color: #70623F;
}
</style>