Shades of Yellow Metal #70633C
Tints of Yellow Metal #70633C
RGB
CMYK
RGB Variations
Color information
#70633C (or 0x70633C) is known color: Yellow Metal. HEX triplet: 70, 63 and 3C. RGB value is (112,99,60). Sum of RGB (Red+Green+Blue) = 112+99+60=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #70633C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70633C is #8F9CC3. Grayscale: #626262. Windows color (decimal): -9411780 or 3957616. OLE color: 3957616.
HSL color Cylindrical-coordinate representation of color #70633C: hue angle of 45º 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 #70633C is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 99 | 60 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.56 |
| HSL | 45º | 0.3% | 0.34% | - |
| HSV(B) | 45º | 0.46% | 0.44% | - |
| XYZ | 11.96 | 12.69 | 6.09 | - |
| YUV | 98.44 | 106.31 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 99 | 60 | 0 | 0.12 | 0.46 | 0.56 | 45 | 0.3 | 0.34 |
| Hex | 70 | 63 | 3C | 0 | C | 2E | 38 | 2D | 1E | 22 |
| Octal | 160 | 143 | 74 | 0 | 14 | 56 | 70 | 55 | 36 | 42 |
| Binary | 1110000 | 1100011 | 111100 | 0 | 1100 | 101110 | 111000 | 101101 | 11110 | 100010 |
Color Harmonies of #70633C
Complementary color
Monochromatic Colors of #70633C
Black with #70633C
Text Example
Text Example
White with #70633C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70633C; }
p { color: rgb(112,99,60); }
H1.HeaderClassName
{
color: #70633C;
}
.AnyTagClassName
{
color: #70633C;
}
</style>
background-color css
<style>
a { background-color: #70633C; }
a { background-color: rgb(112,99,60); }
div.DivClassName
{
background-color: #70633C;
}
.BgClassName
{
background-color: #70633C;
}
</style>
border-color css
<style>
span { border-color: #70633C; }
span { border-color: rgb(112,99,60); }
td.TdClassName
{
border-color: #70633C;
}
.TagClassName
{
border-color: #70633C;
}
</style>