Shades of Ironside Grey #6D6C6A
Tints of Ironside Grey #6D6C6A
RGB
CMYK
RGB Variations
Color information
#6D6C6A (or 0x6D6C6A) is known color: Ironside Grey. HEX triplet: 6D, 6C and 6A. RGB value is (109,108,106). Sum of RGB (Red+Green+Blue) = 109+108+106=323 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.75% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6C6A is #929395. Grayscale: #6C6C6C. Windows color (decimal): -9606038 or 6974573. OLE color: 6974573.
HSL color Cylindrical-coordinate representation of color #6D6C6A: hue angle of 40º degrees, saturation: 0.01, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #6D6C6A is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 108 | 106 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.57 |
| HSL | 40º | 0.01% | 0.42% | - |
| HSV(B) | 40º | 0.03% | 0.43% | - |
| XYZ | 14.27 | 15.02 | 15.78 | - |
| YUV | 108.07 | 126.83 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 108 | 106 | 0 | 0.01 | 0.03 | 0.57 | 40 | 0.01 | 0.42 |
| Hex | 6D | 6C | 6A | 0 | 1 | 3 | 39 | 28 | 1 | 2A |
| Octal | 155 | 154 | 152 | 0 | 1 | 3 | 71 | 50 | 1 | 52 |
| Binary | 1101101 | 1101100 | 1101010 | 0 | 1 | 11 | 111001 | 101000 | 1 | 101010 |
Color Harmonies of #6D6C6A
Complementary color
Monochromatic Colors of #6D6C6A
Black with #6D6C6A
Text Example
Text Example
White with #6D6C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6C6A; }
p { color: rgb(109,108,106); }
H1.HeaderClassName
{
color: #6D6C6A;
}
.AnyTagClassName
{
color: #6D6C6A;
}
</style>
background-color css
<style>
a { background-color: #6D6C6A; }
a { background-color: rgb(109,108,106); }
div.DivClassName
{
background-color: #6D6C6A;
}
.BgClassName
{
background-color: #6D6C6A;
}
</style>
border-color css
<style>
span { border-color: #6D6C6A; }
span { border-color: rgb(109,108,106); }
td.TdClassName
{
border-color: #6D6C6A;
}
.TagClassName
{
border-color: #6D6C6A;
}
</style>