Shades of Dim Gray #636363
Tints of Dim Gray #636363
RGB
CMYK
RGB Variations
Color information
#636363 (or 0x636363) is known color: Dim Gray. HEX triplet: 63, 63 and 63. RGB value is (99,99,99). Sum of RGB (Red+Green+Blue) = 99+99+99=297 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.33% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 99 - color contains mainly: red, green, blue. Hex color #636363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636363 is #9C9C9C. Grayscale: #636363. Windows color (decimal): -10263709 or 6513507. OLE color: 6513507.
HSL color Cylindrical-coordinate representation of color #636363: hue angle of 0º degrees, saturation: 0, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0%. Process color model (Four color, CMYK) of #636363 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
RGB | 99 | 99 | 99 | - |
CMYK | 0 | 0 | 0 | 0.61 |
HSL | 0º | 0% | 0.39% | - |
HSV(B) | 0º | 0% | 0.39% | - |
XYZ | 11.86 | 12.48 | 13.59 | - |
YUV | 99 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 99 | 99 | 99 | 0 | 0 | 0 | 0.61 | 0 | 0 | 0.39 |
Hex | 63 | 63 | 63 | 0 | 0 | 0 | 3D | 0 | 0 | 27 |
Octal | 143 | 143 | 143 | 0 | 0 | 0 | 75 | 0 | 0 | 47 |
Binary | 1100011 | 1100011 | 1100011 | 0 | 0 | 0 | 111101 | 0 | 0 | 100111 |
Color Harmonies of #636363
Complementary color
Monochromatic Colors of #636363
Black with #636363
Text Example
Text Example
White with #636363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636363; }
p { color: rgb(99,99,99); }
H1.HeaderClassName
{
color: #636363;
}
.AnyTagClassName
{
color: #636363;
}
</style>
background-color css
<style>
a { background-color: #636363; }
a { background-color: rgb(99,99,99); }
div.DivClassName
{
background-color: #636363;
}
.BgClassName
{
background-color: #636363;
}
</style>
border-color css
<style>
span { border-color: #636363; }
span { border-color: rgb(99,99,99); }
td.TdClassName
{
border-color: #636363;
}
.TagClassName
{
border-color: #636363;
}
</style>