Shades of Ironside Grey #706E69
Tints of Ironside Grey #706E69
RGB
CMYK
RGB Variations
Color information
#706E69 (or 0x706E69) is known color: Ironside Grey. HEX triplet: 70, 6E and 69. RGB value is (112,110,105). Sum of RGB (Red+Green+Blue) = 112+110+105=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 112 - color contains mainly: red. Hex color #706E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E69 is #8F9196. Grayscale: #6E6E6E. Windows color (decimal): -9408919 or 6909552. OLE color: 6909552.
HSL color Cylindrical-coordinate representation of color #706E69: hue angle of 42.86º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #706E69 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 110 | 105 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.56 |
| HSL | 42.86º | 0.03% | 0.43% | - |
| HSV(B) | 42.86º | 0.06% | 0.44% | - |
| XYZ | 14.81 | 15.62 | 15.6 | - |
| YUV | 110.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 105 | 0 | 0.02 | 0.06 | 0.56 | 42.86 | 0.03 | 0.43 |
| Hex | 70 | 6E | 69 | 0 | 2 | 6 | 38 | 2B | 3 | 2B |
| Octal | 160 | 156 | 151 | 0 | 2 | 6 | 70 | 53 | 3 | 53 |
| Binary | 1110000 | 1101110 | 1101001 | 0 | 10 | 110 | 111000 | 101011 | 11 | 101011 |
Color Harmonies of #706E69
Complementary color
Monochromatic Colors of #706E69
Black with #706E69
Text Example
Text Example
White with #706E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706E69; }
p { color: rgb(112,110,105); }
H1.HeaderClassName
{
color: #706E69;
}
.AnyTagClassName
{
color: #706E69;
}
</style>
background-color css
<style>
a { background-color: #706E69; }
a { background-color: rgb(112,110,105); }
div.DivClassName
{
background-color: #706E69;
}
.BgClassName
{
background-color: #706E69;
}
</style>
border-color css
<style>
span { border-color: #706E69; }
span { border-color: rgb(112,110,105); }
td.TdClassName
{
border-color: #706E69;
}
.TagClassName
{
border-color: #706E69;
}
</style>