Shades of Ironside Grey #706D64
Tints of Ironside Grey #706D64
RGB
CMYK
RGB Variations
Color information
#706D64 (or 0x706D64) is known color: Ironside Grey. HEX triplet: 70, 6D and 64. RGB value is (112,109,100). Sum of RGB (Red+Green+Blue) = 112+109+100=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 112 - color contains mainly: red. Hex color #706D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D64 is #8F929B. Grayscale: #6C6C6C. Windows color (decimal): -9409180 or 6581616. OLE color: 6581616.
HSL color Cylindrical-coordinate representation of color #706D64: hue angle of 45º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #706D64 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 109 | 100 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.56 |
| HSL | 45º | 0.06% | 0.42% | - |
| HSV(B) | 45º | 0.11% | 0.44% | - |
| XYZ | 14.45 | 15.3 | 14.25 | - |
| YUV | 108.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 100 | 0 | 0.03 | 0.11 | 0.56 | 45 | 0.06 | 0.42 |
| Hex | 70 | 6D | 64 | 0 | 3 | B | 38 | 2D | 6 | 2A |
| Octal | 160 | 155 | 144 | 0 | 3 | 13 | 70 | 55 | 6 | 52 |
| Binary | 1110000 | 1101101 | 1100100 | 0 | 11 | 1011 | 111000 | 101101 | 110 | 101010 |
Color Harmonies of #706D64
Complementary color
Monochromatic Colors of #706D64
Black with #706D64
Text Example
Text Example
White with #706D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706D64; }
p { color: rgb(112,109,100); }
H1.HeaderClassName
{
color: #706D64;
}
.AnyTagClassName
{
color: #706D64;
}
</style>
background-color css
<style>
a { background-color: #706D64; }
a { background-color: rgb(112,109,100); }
div.DivClassName
{
background-color: #706D64;
}
.BgClassName
{
background-color: #706D64;
}
</style>
border-color css
<style>
span { border-color: #706D64; }
span { border-color: rgb(112,109,100); }
td.TdClassName
{
border-color: #706D64;
}
.TagClassName
{
border-color: #706D64;
}
</style>