Shades of Dim Gray #6F6766
Tints of Dim Gray #6F6766
RGB
CMYK
RGB Variations
Color information
#6F6766 (or 0x6F6766) is known color: Dim Gray. HEX triplet: 6F, 67 and 66. RGB value is (111,103,102). Sum of RGB (Red+Green+Blue) = 111+103+102=316 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.13% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6766 is #909899. Grayscale: #696969. Windows color (decimal): -9476250 or 6711151. OLE color: 6711151.
HSL color Cylindrical-coordinate representation of color #6F6766: hue angle of 6.67º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6F6766 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 103 | 102 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.56 |
| HSL | 6.67º | 0.04% | 0.42% | - |
| HSV(B) | 6.67º | 0.08% | 0.44% | - |
| XYZ | 13.8 | 14.04 | 14.55 | - |
| YUV | 105.28 | 126.15 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 102 | 0 | 0.07 | 0.08 | 0.56 | 6.67 | 0.04 | 0.42 |
| Hex | 6F | 67 | 66 | 0 | 7 | 8 | 38 | 7 | 4 | 2A |
| Octal | 157 | 147 | 146 | 0 | 7 | 10 | 70 | 7 | 4 | 52 |
| Binary | 1101111 | 1100111 | 1100110 | 0 | 111 | 1000 | 111000 | 111 | 100 | 101010 |
Color Harmonies of #6F6766
Complementary color
Monochromatic Colors of #6F6766
Black with #6F6766
Text Example
Text Example
White with #6F6766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6766; }
p { color: rgb(111,103,102); }
H1.HeaderClassName
{
color: #6F6766;
}
.AnyTagClassName
{
color: #6F6766;
}
</style>
background-color css
<style>
a { background-color: #6F6766; }
a { background-color: rgb(111,103,102); }
div.DivClassName
{
background-color: #6F6766;
}
.BgClassName
{
background-color: #6F6766;
}
</style>
border-color css
<style>
span { border-color: #6F6766; }
span { border-color: rgb(111,103,102); }
td.TdClassName
{
border-color: #6F6766;
}
.TagClassName
{
border-color: #6F6766;
}
</style>