Shades of Dim Gray #6E6361
Tints of Dim Gray #6E6361
RGB
CMYK
RGB Variations
Color information
#6E6361 (or 0x6E6361) is known color: Dim Gray. HEX triplet: 6E, 63 and 61. RGB value is (110,99,97). Sum of RGB (Red+Green+Blue) = 110+99+97=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6361 is #919C9E. Grayscale: #666666. Windows color (decimal): -9542815 or 6382446. OLE color: 6382446.
HSL color Cylindrical-coordinate representation of color #6E6361: hue angle of 9.23º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6E6361 is Cyan = 0, Magento = 0.1, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 99 | 97 | - |
| CMYK | 0 | 0.1 | 0.12 | 0.57 |
| HSL | 9.23º | 0.06% | 0.41% | - |
| HSV(B) | 9.23º | 0.12% | 0.43% | - |
| XYZ | 13.05 | 13.1 | 13.15 | - |
| YUV | 102.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 99 | 97 | 0 | 0.1 | 0.12 | 0.57 | 9.23 | 0.06 | 0.41 |
| Hex | 6E | 63 | 61 | 0 | A | C | 39 | 9 | 6 | 29 |
| Octal | 156 | 143 | 141 | 0 | 12 | 14 | 71 | 11 | 6 | 51 |
| Binary | 1101110 | 1100011 | 1100001 | 0 | 1010 | 1100 | 111001 | 1001 | 110 | 101001 |
Color Harmonies of #6E6361
Complementary color
Monochromatic Colors of #6E6361
Black with #6E6361
Text Example
Text Example
White with #6E6361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6361; }
p { color: rgb(110,99,97); }
H1.HeaderClassName
{
color: #6E6361;
}
.AnyTagClassName
{
color: #6E6361;
}
</style>
background-color css
<style>
a { background-color: #6E6361; }
a { background-color: rgb(110,99,97); }
div.DivClassName
{
background-color: #6E6361;
}
.BgClassName
{
background-color: #6E6361;
}
</style>
border-color css
<style>
span { border-color: #6E6361; }
span { border-color: rgb(110,99,97); }
td.TdClassName
{
border-color: #6E6361;
}
.TagClassName
{
border-color: #6E6361;
}
</style>