Shades of Dim Gray #6D6362
Tints of Dim Gray #6D6362
RGB
CMYK
RGB Variations
Color information
#6D6362 (or 0x6D6362) is known color: Dim Gray. HEX triplet: 6D, 63 and 62. RGB value is (109,99,98). Sum of RGB (Red+Green+Blue) = 109+99+98=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6362 is #929C9D. Grayscale: #656565. Windows color (decimal): -9608350 or 6447981. OLE color: 6447981.
HSL color Cylindrical-coordinate representation of color #6D6362: hue angle of 5.45º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6D6362 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 99 | 98 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.57 |
| HSL | 5.45º | 0.05% | 0.41% | - |
| HSV(B) | 5.45º | 0.1% | 0.43% | - |
| XYZ | 12.97 | 13.06 | 13.39 | - |
| YUV | 101.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 99 | 98 | 0 | 0.09 | 0.10 | 0.57 | 5.45 | 0.05 | 0.41 |
| Hex | 6D | 63 | 62 | 0 | 9 | A | 39 | 5 | 5 | 29 |
| Octal | 155 | 143 | 142 | 0 | 11 | 12 | 71 | 5 | 5 | 51 |
| Binary | 1101101 | 1100011 | 1100010 | 0 | 1001 | 1010 | 111001 | 101 | 101 | 101001 |
Color Harmonies of #6D6362
Complementary color
Monochromatic Colors of #6D6362
Black with #6D6362
Text Example
Text Example
White with #6D6362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6362; }
p { color: rgb(109,99,98); }
H1.HeaderClassName
{
color: #6D6362;
}
.AnyTagClassName
{
color: #6D6362;
}
</style>
background-color css
<style>
a { background-color: #6D6362; }
a { background-color: rgb(109,99,98); }
div.DivClassName
{
background-color: #6D6362;
}
.BgClassName
{
background-color: #6D6362;
}
</style>
border-color css
<style>
span { border-color: #6D6362; }
span { border-color: rgb(109,99,98); }
td.TdClassName
{
border-color: #6D6362;
}
.TagClassName
{
border-color: #6D6362;
}
</style>