Shades of Dim Gray #666565
Tints of Dim Gray #666565
RGB
CMYK
RGB Variations
Color information
#666565 (or 0x666565) is known color: Dim Gray. HEX triplet: 66, 65 and 65. RGB value is (102,101,101). Sum of RGB (Red+Green+Blue) = 102+101+101=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 102 - color contains mainly: red. Hex color #666565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666565 is #999A9A. Grayscale: #656565. Windows color (decimal): -10066587 or 6645094. OLE color: 6645094.
HSL color Cylindrical-coordinate representation of color #666565: hue angle of 0º degrees, saturation: 0, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #666565 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 101 | 101 | - |
| CMYK | 0 | 0.01 | 0.01 | 0.6 |
| HSL | 0º | 0% | 0.4% | - |
| HSV(B) | 0º | 0.01% | 0.4% | - |
| XYZ | 12.48 | 13.07 | 14.18 | - |
| YUV | 101.3 | 127.83 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 101 | 101 | 0 | 0.01 | 0.01 | 0.6 | 0 | 0 | 0.4 |
| Hex | 66 | 65 | 65 | 0 | 1 | 1 | 3C | 0 | 0 | 28 |
| Octal | 146 | 145 | 145 | 0 | 1 | 1 | 74 | 0 | 0 | 50 |
| Binary | 1100110 | 1100101 | 1100101 | 0 | 1 | 1 | 111100 | 0 | 0 | 101000 |
Color Harmonies of #666565
Complementary color
Monochromatic Colors of #666565
Black with #666565
Text Example
Text Example
White with #666565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666565; }
p { color: rgb(102,101,101); }
H1.HeaderClassName
{
color: #666565;
}
.AnyTagClassName
{
color: #666565;
}
</style>
background-color css
<style>
a { background-color: #666565; }
a { background-color: rgb(102,101,101); }
div.DivClassName
{
background-color: #666565;
}
.BgClassName
{
background-color: #666565;
}
</style>
border-color css
<style>
span { border-color: #666565; }
span { border-color: rgb(102,101,101); }
td.TdClassName
{
border-color: #666565;
}
.TagClassName
{
border-color: #666565;
}
</style>