Shades of Yellow Metal #70623A
Tints of Yellow Metal #70623A
RGB
CMYK
RGB Variations
Color information
#70623A (or 0x70623A) is known color: Yellow Metal. HEX triplet: 70, 62 and 3A. RGB value is (112,98,58). Sum of RGB (Red+Green+Blue) = 112+98+58=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #70623A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70623A is #8F9DC5. Grayscale: #616161. Windows color (decimal): -9412038 or 3826288. OLE color: 3826288.
HSL color Cylindrical-coordinate representation of color #70623A: hue angle of 44.44º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70623A is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 98 | 58 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.56 |
| HSL | 44.44º | 0.32% | 0.33% | - |
| HSV(B) | 44.44º | 0.48% | 0.44% | - |
| XYZ | 11.81 | 12.49 | 5.79 | - |
| YUV | 97.63 | 105.64 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 58 | 0 | 0.13 | 0.48 | 0.56 | 44.44 | 0.32 | 0.33 |
| Hex | 70 | 62 | 3A | 0 | D | 30 | 38 | 2C | 20 | 21 |
| Octal | 160 | 142 | 72 | 0 | 15 | 60 | 70 | 54 | 40 | 41 |
| Binary | 1110000 | 1100010 | 111010 | 0 | 1101 | 110000 | 111000 | 101100 | 100000 | 100001 |
Color Harmonies of #70623A
Complementary color
Monochromatic Colors of #70623A
Black with #70623A
Text Example
Text Example
White with #70623A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70623A; }
p { color: rgb(112,98,58); }
H1.HeaderClassName
{
color: #70623A;
}
.AnyTagClassName
{
color: #70623A;
}
</style>
background-color css
<style>
a { background-color: #70623A; }
a { background-color: rgb(112,98,58); }
div.DivClassName
{
background-color: #70623A;
}
.BgClassName
{
background-color: #70623A;
}
</style>
border-color css
<style>
span { border-color: #70623A; }
span { border-color: rgb(112,98,58); }
td.TdClassName
{
border-color: #70623A;
}
.TagClassName
{
border-color: #70623A;
}
</style>