Shades of Yellow Metal #70643C
Tints of Yellow Metal #70643C
RGB
CMYK
RGB Variations
Color information
#70643C (or 0x70643C) is known color: Yellow Metal. HEX triplet: 70, 64 and 3C. RGB value is (112,100,60). Sum of RGB (Red+Green+Blue) = 112+100+60=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #70643C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70643C is #8F9BC3. Grayscale: #636363. Windows color (decimal): -9411524 or 3957872. OLE color: 3957872.
HSL color Cylindrical-coordinate representation of color #70643C: hue angle of 46.15º 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 #70643C is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 100 | 60 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.56 |
| HSL | 46.15º | 0.3% | 0.34% | - |
| HSV(B) | 46.15º | 0.46% | 0.44% | - |
| XYZ | 12.05 | 12.89 | 6.13 | - |
| YUV | 99.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 60 | 0 | 0.11 | 0.46 | 0.56 | 46.15 | 0.3 | 0.34 |
| Hex | 70 | 64 | 3C | 0 | B | 2E | 38 | 2E | 1E | 22 |
| Octal | 160 | 144 | 74 | 0 | 13 | 56 | 70 | 56 | 36 | 42 |
| Binary | 1110000 | 1100100 | 111100 | 0 | 1011 | 101110 | 111000 | 101110 | 11110 | 100010 |
Color Harmonies of #70643C
Complementary color
Monochromatic Colors of #70643C
Black with #70643C
Text Example
Text Example
White with #70643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70643C; }
p { color: rgb(112,100,60); }
H1.HeaderClassName
{
color: #70643C;
}
.AnyTagClassName
{
color: #70643C;
}
</style>
background-color css
<style>
a { background-color: #70643C; }
a { background-color: rgb(112,100,60); }
div.DivClassName
{
background-color: #70643C;
}
.BgClassName
{
background-color: #70643C;
}
</style>
border-color css
<style>
span { border-color: #70643C; }
span { border-color: rgb(112,100,60); }
td.TdClassName
{
border-color: #70643C;
}
.TagClassName
{
border-color: #70643C;
}
</style>