Shades of Ironside Grey #6F6E68
Tints of Ironside Grey #6F6E68
RGB
CMYK
RGB Variations
Color information
#6F6E68 (or 0x6F6E68) is known color: Ironside Grey. HEX triplet: 6F, 6E and 68. RGB value is (111,110,104). Sum of RGB (Red+Green+Blue) = 111+110+104=325 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.15% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6E68 is #909197. Grayscale: #6D6D6D. Windows color (decimal): -9474456 or 6844015. OLE color: 6844015.
HSL color Cylindrical-coordinate representation of color #6F6E68: hue angle of 51.43º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6F6E68 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 110 | 104 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.56 |
| HSL | 51.43º | 0.03% | 0.42% | - |
| HSV(B) | 51.43º | 0.06% | 0.44% | - |
| XYZ | 14.63 | 15.53 | 15.32 | - |
| YUV | 109.62 | 124.83 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 110 | 104 | 0 | 0.01 | 0.06 | 0.56 | 51.43 | 0.03 | 0.42 |
| Hex | 6F | 6E | 68 | 0 | 1 | 6 | 38 | 33 | 3 | 2A |
| Octal | 157 | 156 | 150 | 0 | 1 | 6 | 70 | 63 | 3 | 52 |
| Binary | 1101111 | 1101110 | 1101000 | 0 | 1 | 110 | 111000 | 110011 | 11 | 101010 |
Color Harmonies of #6F6E68
Complementary color
Monochromatic Colors of #6F6E68
Black with #6F6E68
Text Example
Text Example
White with #6F6E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6E68; }
p { color: rgb(111,110,104); }
H1.HeaderClassName
{
color: #6F6E68;
}
.AnyTagClassName
{
color: #6F6E68;
}
</style>
background-color css
<style>
a { background-color: #6F6E68; }
a { background-color: rgb(111,110,104); }
div.DivClassName
{
background-color: #6F6E68;
}
.BgClassName
{
background-color: #6F6E68;
}
</style>
border-color css
<style>
span { border-color: #6F6E68; }
span { border-color: rgb(111,110,104); }
td.TdClassName
{
border-color: #6F6E68;
}
.TagClassName
{
border-color: #6F6E68;
}
</style>