Shades of Dim Gray #626161
Tints of Dim Gray #626161
RGB
CMYK
RGB Variations
Color information
#626161 (or 0x626161) is known color: Dim Gray. HEX triplet: 62, 61 and 61. RGB value is (98,97,97). Sum of RGB (Red+Green+Blue) = 98+97+97=292 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.56% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 98 - color contains mainly: red. Hex color #626161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626161 is #9D9E9E. Grayscale: #616161. Windows color (decimal): -10329759 or 6381922. OLE color: 6381922.
HSL color Cylindrical-coordinate representation of color #626161: hue angle of 0º degrees, saturation: 0.01, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #626161 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
RGB | 98 | 97 | 97 | - |
CMYK | 0 | 0.01 | 0.01 | 0.62 |
HSL | 0º | 0.01% | 0.38% | - |
HSV(B) | 0º | 0.01% | 0.38% | - |
XYZ | 11.47 | 12.01 | 13.02 | - |
YUV | 97.3 | 127.83 | 128.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 98 | 97 | 97 | 0 | 0.01 | 0.01 | 0.62 | 0 | 0.01 | 0.38 |
Hex | 62 | 61 | 61 | 0 | 1 | 1 | 3E | 0 | 1 | 26 |
Octal | 142 | 141 | 141 | 0 | 1 | 1 | 76 | 0 | 1 | 46 |
Binary | 1100010 | 1100001 | 1100001 | 0 | 1 | 1 | 111110 | 0 | 1 | 100110 |
Color Harmonies of #626161
Complementary color
Monochromatic Colors of #626161
Black with #626161
Text Example
Text Example
White with #626161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626161; }
p { color: rgb(98,97,97); }
H1.HeaderClassName
{
color: #626161;
}
.AnyTagClassName
{
color: #626161;
}
</style>
background-color css
<style>
a { background-color: #626161; }
a { background-color: rgb(98,97,97); }
div.DivClassName
{
background-color: #626161;
}
.BgClassName
{
background-color: #626161;
}
</style>
border-color css
<style>
span { border-color: #626161; }
span { border-color: rgb(98,97,97); }
td.TdClassName
{
border-color: #626161;
}
.TagClassName
{
border-color: #626161;
}
</style>