Shades of Dim Gray #6F6362
Tints of Dim Gray #6F6362
RGB
CMYK
RGB Variations
Color information
#6F6362 (or 0x6F6362) is known color: Dim Gray. HEX triplet: 6F, 63 and 62. RGB value is (111,99,98). Sum of RGB (Red+Green+Blue) = 111+99+98=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6362 is #909C9D. Grayscale: #666666. Windows color (decimal): -9477278 or 6447983. OLE color: 6447983.
HSL color Cylindrical-coordinate representation of color #6F6362: hue angle of 4.62º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6F6362 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 99 | 98 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.56 |
| HSL | 4.62º | 0.06% | 0.41% | - |
| HSV(B) | 4.62º | 0.12% | 0.44% | - |
| XYZ | 13.22 | 13.19 | 13.4 | - |
| YUV | 102.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 98 | 0 | 0.11 | 0.12 | 0.56 | 4.62 | 0.06 | 0.41 |
| Hex | 6F | 63 | 62 | 0 | B | C | 38 | 5 | 6 | 29 |
| Octal | 157 | 143 | 142 | 0 | 13 | 14 | 70 | 5 | 6 | 51 |
| Binary | 1101111 | 1100011 | 1100010 | 0 | 1011 | 1100 | 111000 | 101 | 110 | 101001 |
Color Harmonies of #6F6362
Complementary color
Monochromatic Colors of #6F6362
Black with #6F6362
Text Example
Text Example
White with #6F6362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6362; }
p { color: rgb(111,99,98); }
H1.HeaderClassName
{
color: #6F6362;
}
.AnyTagClassName
{
color: #6F6362;
}
</style>
background-color css
<style>
a { background-color: #6F6362; }
a { background-color: rgb(111,99,98); }
div.DivClassName
{
background-color: #6F6362;
}
.BgClassName
{
background-color: #6F6362;
}
</style>
border-color css
<style>
span { border-color: #6F6362; }
span { border-color: rgb(111,99,98); }
td.TdClassName
{
border-color: #6F6362;
}
.TagClassName
{
border-color: #6F6362;
}
</style>