Shades of Dim Gray #646262
Tints of Dim Gray #646262
RGB
CMYK
RGB Variations
Color information
#646262 (or 0x646262) is known color: Dim Gray. HEX triplet: 64, 62 and 62. RGB value is (100,98,98). Sum of RGB (Red+Green+Blue) = 100+98+98=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 100 - color contains mainly: red. Hex color #646262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646262 is #9B9D9D. Grayscale: #626262. Windows color (decimal): -10198430 or 6447716. OLE color: 6447716.
HSL color Cylindrical-coordinate representation of color #646262: hue angle of 0º degrees, saturation: 0.01, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #646262 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 98 | 98 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.61 |
| HSL | 0º | 0.01% | 0.39% | - |
| HSV(B) | 0º | 0.02% | 0.39% | - |
| XYZ | 11.83 | 12.33 | 13.31 | - |
| YUV | 98.6 | 127.66 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 98 | 98 | 0 | 0.02 | 0.02 | 0.61 | 0 | 0.01 | 0.39 |
| Hex | 64 | 62 | 62 | 0 | 2 | 2 | 3D | 0 | 1 | 27 |
| Octal | 144 | 142 | 142 | 0 | 2 | 2 | 75 | 0 | 1 | 47 |
| Binary | 1100100 | 1100010 | 1100010 | 0 | 10 | 10 | 111101 | 0 | 1 | 100111 |
Color Harmonies of #646262
Complementary color
Monochromatic Colors of #646262
Black with #646262
Text Example
Text Example
White with #646262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646262; }
p { color: rgb(100,98,98); }
H1.HeaderClassName
{
color: #646262;
}
.AnyTagClassName
{
color: #646262;
}
</style>
background-color css
<style>
a { background-color: #646262; }
a { background-color: rgb(100,98,98); }
div.DivClassName
{
background-color: #646262;
}
.BgClassName
{
background-color: #646262;
}
</style>
border-color css
<style>
span { border-color: #646262; }
span { border-color: rgb(100,98,98); }
td.TdClassName
{
border-color: #646262;
}
.TagClassName
{
border-color: #646262;
}
</style>