Shades of Ironside Grey #6A6967
Tints of Ironside Grey #6A6967
RGB
CMYK
RGB Variations
Color information
#6A6967 (or 0x6A6967) is known color: Ironside Grey. HEX triplet: 6A, 69 and 67. RGB value is (106,105,103). Sum of RGB (Red+Green+Blue) = 106+105+103=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6967 is #959698. Grayscale: #696969. Windows color (decimal): -9803417 or 6777194. OLE color: 6777194.
HSL color Cylindrical-coordinate representation of color #6A6967: hue angle of 40º degrees, saturation: 0.01, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #6A6967 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 105 | 103 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.58 |
| HSL | 40º | 0.01% | 0.41% | - |
| HSV(B) | 40º | 0.03% | 0.42% | - |
| XYZ | 13.44 | 14.15 | 14.85 | - |
| YUV | 105.07 | 126.83 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 105 | 103 | 0 | 0.01 | 0.03 | 0.58 | 40 | 0.01 | 0.41 |
| Hex | 6A | 69 | 67 | 0 | 1 | 3 | 3A | 28 | 1 | 29 |
| Octal | 152 | 151 | 147 | 0 | 1 | 3 | 72 | 50 | 1 | 51 |
| Binary | 1101010 | 1101001 | 1100111 | 0 | 1 | 11 | 111010 | 101000 | 1 | 101001 |
Color Harmonies of #6A6967
Complementary color
Monochromatic Colors of #6A6967
Black with #6A6967
Text Example
Text Example
White with #6A6967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6967; }
p { color: rgb(106,105,103); }
H1.HeaderClassName
{
color: #6A6967;
}
.AnyTagClassName
{
color: #6A6967;
}
</style>
background-color css
<style>
a { background-color: #6A6967; }
a { background-color: rgb(106,105,103); }
div.DivClassName
{
background-color: #6A6967;
}
.BgClassName
{
background-color: #6A6967;
}
</style>
border-color css
<style>
span { border-color: #6A6967; }
span { border-color: rgb(106,105,103); }
td.TdClassName
{
border-color: #6A6967;
}
.TagClassName
{
border-color: #6A6967;
}
</style>