Shades of Yellow Metal #70633A
Tints of Yellow Metal #70633A
RGB
CMYK
RGB Variations
Color information
#70633A (or 0x70633A) is known color: Yellow Metal. HEX triplet: 70, 63 and 3A. RGB value is (112,99,58). Sum of RGB (Red+Green+Blue) = 112+99+58=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #70633A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70633A is #8F9CC5. Grayscale: #626262. Windows color (decimal): -9411782 or 3826544. OLE color: 3826544.
HSL color Cylindrical-coordinate representation of color #70633A: hue angle of 45.56º 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 #70633A is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 99 | 58 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.56 |
| HSL | 45.56º | 0.32% | 0.33% | - |
| HSV(B) | 45.56º | 0.48% | 0.44% | - |
| XYZ | 11.91 | 12.67 | 5.82 | - |
| YUV | 98.21 | 105.31 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 99 | 58 | 0 | 0.12 | 0.48 | 0.56 | 45.56 | 0.32 | 0.33 |
| Hex | 70 | 63 | 3A | 0 | C | 30 | 38 | 2E | 20 | 21 |
| Octal | 160 | 143 | 72 | 0 | 14 | 60 | 70 | 56 | 40 | 41 |
| Binary | 1110000 | 1100011 | 111010 | 0 | 1100 | 110000 | 111000 | 101110 | 100000 | 100001 |
Color Harmonies of #70633A
Complementary color
Monochromatic Colors of #70633A
Black with #70633A
Text Example
Text Example
White with #70633A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70633A; }
p { color: rgb(112,99,58); }
H1.HeaderClassName
{
color: #70633A;
}
.AnyTagClassName
{
color: #70633A;
}
</style>
background-color css
<style>
a { background-color: #70633A; }
a { background-color: rgb(112,99,58); }
div.DivClassName
{
background-color: #70633A;
}
.BgClassName
{
background-color: #70633A;
}
</style>
border-color css
<style>
span { border-color: #70633A; }
span { border-color: rgb(112,99,58); }
td.TdClassName
{
border-color: #70633A;
}
.TagClassName
{
border-color: #70633A;
}
</style>