Shades of Ironside Grey #6F6C64
Tints of Ironside Grey #6F6C64
RGB
CMYK
RGB Variations
Color information
#6F6C64 (or 0x6F6C64) is known color: Ironside Grey. HEX triplet: 6F, 6C and 64. RGB value is (111,108,100). Sum of RGB (Red+Green+Blue) = 111+108+100=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6C64 is #90939B. Grayscale: #6C6C6C. Windows color (decimal): -9474972 or 6581359. OLE color: 6581359.
HSL color Cylindrical-coordinate representation of color #6F6C64: hue angle of 43.64º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6F6C64 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 108 | 100 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.56 |
| HSL | 43.64º | 0.05% | 0.41% | - |
| HSV(B) | 43.64º | 0.1% | 0.44% | - |
| XYZ | 14.22 | 15.02 | 14.21 | - |
| YUV | 107.99 | 123.49 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 108 | 100 | 0 | 0.03 | 0.10 | 0.56 | 43.64 | 0.05 | 0.41 |
| Hex | 6F | 6C | 64 | 0 | 3 | A | 38 | 2C | 5 | 29 |
| Octal | 157 | 154 | 144 | 0 | 3 | 12 | 70 | 54 | 5 | 51 |
| Binary | 1101111 | 1101100 | 1100100 | 0 | 11 | 1010 | 111000 | 101100 | 101 | 101001 |
Color Harmonies of #6F6C64
Complementary color
Monochromatic Colors of #6F6C64
Black with #6F6C64
Text Example
Text Example
White with #6F6C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6C64; }
p { color: rgb(111,108,100); }
H1.HeaderClassName
{
color: #6F6C64;
}
.AnyTagClassName
{
color: #6F6C64;
}
</style>
background-color css
<style>
a { background-color: #6F6C64; }
a { background-color: rgb(111,108,100); }
div.DivClassName
{
background-color: #6F6C64;
}
.BgClassName
{
background-color: #6F6C64;
}
</style>
border-color css
<style>
span { border-color: #6F6C64; }
span { border-color: rgb(111,108,100); }
td.TdClassName
{
border-color: #6F6C64;
}
.TagClassName
{
border-color: #6F6C64;
}
</style>