Shades of Dim Gray #666262
Tints of Dim Gray #666262
RGB
CMYK
RGB Variations
Color information
#666262 (or 0x666262) is known color: Dim Gray. HEX triplet: 66, 62 and 62. RGB value is (102,98,98). Sum of RGB (Red+Green+Blue) = 102+98+98=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 102 - color contains mainly: red. Hex color #666262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666262 is #999D9D. Grayscale: #636363. Windows color (decimal): -10067358 or 6447718. OLE color: 6447718.
HSL color Cylindrical-coordinate representation of color #666262: hue angle of 0º degrees, saturation: 0.02, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #666262 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 98 | 98 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.6 |
| HSL | 0º | 0.02% | 0.39% | - |
| HSV(B) | 0º | 0.04% | 0.4% | - |
| XYZ | 12.05 | 12.44 | 13.32 | - |
| YUV | 99.2 | 127.33 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 98 | 0 | 0.04 | 0.04 | 0.6 | 0 | 0.02 | 0.39 |
| Hex | 66 | 62 | 62 | 0 | 4 | 4 | 3C | 0 | 2 | 27 |
| Octal | 146 | 142 | 142 | 0 | 4 | 4 | 74 | 0 | 2 | 47 |
| Binary | 1100110 | 1100010 | 1100010 | 0 | 100 | 100 | 111100 | 0 | 10 | 100111 |
Color Harmonies of #666262
Complementary color
Monochromatic Colors of #666262
Black with #666262
Text Example
Text Example
White with #666262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666262; }
p { color: rgb(102,98,98); }
H1.HeaderClassName
{
color: #666262;
}
.AnyTagClassName
{
color: #666262;
}
</style>
background-color css
<style>
a { background-color: #666262; }
a { background-color: rgb(102,98,98); }
div.DivClassName
{
background-color: #666262;
}
.BgClassName
{
background-color: #666262;
}
</style>
border-color css
<style>
span { border-color: #666262; }
span { border-color: rgb(102,98,98); }
td.TdClassName
{
border-color: #666262;
}
.TagClassName
{
border-color: #666262;
}
</style>