Shades of Yellow Metal #70653C
Tints of Yellow Metal #70653C
RGB
CMYK
RGB Variations
Color information
#70653C (or 0x70653C) is known color: Yellow Metal. HEX triplet: 70, 65 and 3C. RGB value is (112,101,60). Sum of RGB (Red+Green+Blue) = 112+101+60=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #70653C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70653C is #8F9AC3. Grayscale: #636363. Windows color (decimal): -9411268 or 3958128. OLE color: 3958128.
HSL color Cylindrical-coordinate representation of color #70653C: hue angle of 47.31º 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 #70653C is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 101 | 60 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.56 |
| HSL | 47.31º | 0.3% | 0.34% | - |
| HSV(B) | 47.31º | 0.46% | 0.44% | - |
| XYZ | 12.15 | 13.08 | 6.16 | - |
| YUV | 99.62 | 105.64 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 60 | 0 | 0.10 | 0.46 | 0.56 | 47.31 | 0.3 | 0.34 |
| Hex | 70 | 65 | 3C | 0 | A | 2E | 38 | 2F | 1E | 22 |
| Octal | 160 | 145 | 74 | 0 | 12 | 56 | 70 | 57 | 36 | 42 |
| Binary | 1110000 | 1100101 | 111100 | 0 | 1010 | 101110 | 111000 | 101111 | 11110 | 100010 |
Color Harmonies of #70653C
Complementary color
Monochromatic Colors of #70653C
Black with #70653C
Text Example
Text Example
White with #70653C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70653C; }
p { color: rgb(112,101,60); }
H1.HeaderClassName
{
color: #70653C;
}
.AnyTagClassName
{
color: #70653C;
}
</style>
background-color css
<style>
a { background-color: #70653C; }
a { background-color: rgb(112,101,60); }
div.DivClassName
{
background-color: #70653C;
}
.BgClassName
{
background-color: #70653C;
}
</style>
border-color css
<style>
span { border-color: #70653C; }
span { border-color: rgb(112,101,60); }
td.TdClassName
{
border-color: #70653C;
}
.TagClassName
{
border-color: #70653C;
}
</style>