Shades of Storm Dust #636255
Tints of Storm Dust #636255
RGB
CMYK
RGB Variations
Color information
#636255 (or 0x636255) is known color: Storm Dust. HEX triplet: 63, 62 and 55. RGB value is (99,98,85). Sum of RGB (Red+Green+Blue) = 99+98+85=282 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.11% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 99 - color contains mainly: red. Hex color #636255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636255 is #9C9DAA. Grayscale: #606060. Windows color (decimal): -10263979 or 5595747. OLE color: 5595747.
HSL color Cylindrical-coordinate representation of color #636255: hue angle of 55.71º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #636255 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 98 | 85 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.61 |
| HSL | 55.71º | 0.08% | 0.36% | - |
| HSV(B) | 55.71º | 0.14% | 0.39% | - |
| XYZ | 11.15 | 12.04 | 10.33 | - |
| YUV | 96.82 | 121.33 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 98 | 85 | 0 | 0.01 | 0.14 | 0.61 | 55.71 | 0.08 | 0.36 |
| Hex | 63 | 62 | 55 | 0 | 1 | E | 3D | 38 | 8 | 24 |
| Octal | 143 | 142 | 125 | 0 | 1 | 16 | 75 | 70 | 10 | 44 |
| Binary | 1100011 | 1100010 | 1010101 | 0 | 1 | 1110 | 111101 | 111000 | 1000 | 100100 |
Color Harmonies of #636255
Complementary color
Monochromatic Colors of #636255
Black with #636255
Text Example
Text Example
White with #636255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636255; }
p { color: rgb(99,98,85); }
H1.HeaderClassName
{
color: #636255;
}
.AnyTagClassName
{
color: #636255;
}
</style>
background-color css
<style>
a { background-color: #636255; }
a { background-color: rgb(99,98,85); }
div.DivClassName
{
background-color: #636255;
}
.BgClassName
{
background-color: #636255;
}
</style>
border-color css
<style>
span { border-color: #636255; }
span { border-color: rgb(99,98,85); }
td.TdClassName
{
border-color: #636255;
}
.TagClassName
{
border-color: #636255;
}
</style>