Shades of Ironside Grey #6F6D64
Tints of Ironside Grey #6F6D64
RGB
CMYK
RGB Variations
Color information
#6F6D64 (or 0x6F6D64) is known color: Ironside Grey. HEX triplet: 6F, 6D and 64. RGB value is (111,109,100). Sum of RGB (Red+Green+Blue) = 111+109+100=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6D64 is #90929B. Grayscale: #6C6C6C. Windows color (decimal): -9474716 or 6581615. OLE color: 6581615.
HSL color Cylindrical-coordinate representation of color #6F6D64: hue angle of 49.09º 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 #6F6D64 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 109 | 100 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.56 |
| HSL | 49.09º | 0.05% | 0.41% | - |
| HSV(B) | 49.09º | 0.1% | 0.44% | - |
| XYZ | 14.32 | 15.24 | 14.24 | - |
| YUV | 108.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 109 | 100 | 0 | 0.02 | 0.10 | 0.56 | 49.09 | 0.05 | 0.41 |
| Hex | 6F | 6D | 64 | 0 | 2 | A | 38 | 31 | 5 | 29 |
| Octal | 157 | 155 | 144 | 0 | 2 | 12 | 70 | 61 | 5 | 51 |
| Binary | 1101111 | 1101101 | 1100100 | 0 | 10 | 1010 | 111000 | 110001 | 101 | 101001 |
Color Harmonies of #6F6D64
Complementary color
Monochromatic Colors of #6F6D64
Black with #6F6D64
Text Example
Text Example
White with #6F6D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6D64; }
p { color: rgb(111,109,100); }
H1.HeaderClassName
{
color: #6F6D64;
}
.AnyTagClassName
{
color: #6F6D64;
}
</style>
background-color css
<style>
a { background-color: #6F6D64; }
a { background-color: rgb(111,109,100); }
div.DivClassName
{
background-color: #6F6D64;
}
.BgClassName
{
background-color: #6F6D64;
}
</style>
border-color css
<style>
span { border-color: #6F6D64; }
span { border-color: rgb(111,109,100); }
td.TdClassName
{
border-color: #6F6D64;
}
.TagClassName
{
border-color: #6F6D64;
}
</style>