Shades of Ironside Grey #706E65
Tints of Ironside Grey #706E65
RGB
CMYK
RGB Variations
Color information
#706E65 (or 0x706E65) is known color: Ironside Grey. HEX triplet: 70, 6E and 65. RGB value is (112,110,101). Sum of RGB (Red+Green+Blue) = 112+110+101=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 112 - color contains mainly: red. Hex color #706E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E65 is #8F919A. Grayscale: #6D6D6D. Windows color (decimal): -9408923 or 6647408. OLE color: 6647408.
HSL color Cylindrical-coordinate representation of color #706E65: hue angle of 49.09º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #706E65 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 110 | 101 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.56 |
| HSL | 49.09º | 0.05% | 0.42% | - |
| HSV(B) | 49.09º | 0.1% | 0.44% | - |
| XYZ | 14.61 | 15.54 | 14.54 | - |
| YUV | 109.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 101 | 0 | 0.02 | 0.10 | 0.56 | 49.09 | 0.05 | 0.42 |
| Hex | 70 | 6E | 65 | 0 | 2 | A | 38 | 31 | 5 | 2A |
| Octal | 160 | 156 | 145 | 0 | 2 | 12 | 70 | 61 | 5 | 52 |
| Binary | 1110000 | 1101110 | 1100101 | 0 | 10 | 1010 | 111000 | 110001 | 101 | 101010 |
Color Harmonies of #706E65
Complementary color
Monochromatic Colors of #706E65
Black with #706E65
Text Example
Text Example
White with #706E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706E65; }
p { color: rgb(112,110,101); }
H1.HeaderClassName
{
color: #706E65;
}
.AnyTagClassName
{
color: #706E65;
}
</style>
background-color css
<style>
a { background-color: #706E65; }
a { background-color: rgb(112,110,101); }
div.DivClassName
{
background-color: #706E65;
}
.BgClassName
{
background-color: #706E65;
}
</style>
border-color css
<style>
span { border-color: #706E65; }
span { border-color: rgb(112,110,101); }
td.TdClassName
{
border-color: #706E65;
}
.TagClassName
{
border-color: #706E65;
}
</style>