Shades of Dim Gray #6F6361
Tints of Dim Gray #6F6361
RGB
CMYK
RGB Variations
Color information
#6F6361 (or 0x6F6361) is known color: Dim Gray. HEX triplet: 6F, 63 and 61. RGB value is (111,99,97). Sum of RGB (Red+Green+Blue) = 111+99+97=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6361 is #909C9E. Grayscale: #666666. Windows color (decimal): -9477279 or 6382447. OLE color: 6382447.
HSL color Cylindrical-coordinate representation of color #6F6361: hue angle of 8.57º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6F6361 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 99 | 97 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.56 |
| HSL | 8.57º | 0.07% | 0.41% | - |
| HSV(B) | 8.57º | 0.13% | 0.44% | - |
| XYZ | 13.18 | 13.17 | 13.16 | - |
| YUV | 102.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 97 | 0 | 0.11 | 0.13 | 0.56 | 8.57 | 0.07 | 0.41 |
| Hex | 6F | 63 | 61 | 0 | B | D | 38 | 9 | 7 | 29 |
| Octal | 157 | 143 | 141 | 0 | 13 | 15 | 70 | 11 | 7 | 51 |
| Binary | 1101111 | 1100011 | 1100001 | 0 | 1011 | 1101 | 111000 | 1001 | 111 | 101001 |
Color Harmonies of #6F6361
Complementary color
Monochromatic Colors of #6F6361
Black with #6F6361
Text Example
Text Example
White with #6F6361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6361; }
p { color: rgb(111,99,97); }
H1.HeaderClassName
{
color: #6F6361;
}
.AnyTagClassName
{
color: #6F6361;
}
</style>
background-color css
<style>
a { background-color: #6F6361; }
a { background-color: rgb(111,99,97); }
div.DivClassName
{
background-color: #6F6361;
}
.BgClassName
{
background-color: #6F6361;
}
</style>
border-color css
<style>
span { border-color: #6F6361; }
span { border-color: rgb(111,99,97); }
td.TdClassName
{
border-color: #6F6361;
}
.TagClassName
{
border-color: #6F6361;
}
</style>