Shades of Storm Dust #636260
Tints of Storm Dust #636260
RGB
CMYK
RGB Variations
Color information
#636260 (or 0x636260) is known color: Storm Dust. HEX triplet: 63, 62 and 60. RGB value is (99,98,96). Sum of RGB (Red+Green+Blue) = 99+98+96=293 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.79% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 99 - color contains mainly: red. Hex color #636260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636260 is #9C9D9F. Grayscale: #626262. Windows color (decimal): -10263968 or 6316643. OLE color: 6316643.
HSL color Cylindrical-coordinate representation of color #636260: hue angle of 40º degrees, saturation: 0.02, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #636260 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
RGB | 99 | 98 | 96 | - |
CMYK | 0 | 0.01 | 0.03 | 0.61 |
HSL | 40º | 0.02% | 0.38% | - |
HSV(B) | 40º | 0.03% | 0.39% | - |
XYZ | 11.62 | 12.23 | 12.81 | - |
YUV | 98.07 | 126.83 | 128.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 99 | 98 | 96 | 0 | 0.01 | 0.03 | 0.61 | 40 | 0.02 | 0.38 |
Hex | 63 | 62 | 60 | 0 | 1 | 3 | 3D | 28 | 2 | 26 |
Octal | 143 | 142 | 140 | 0 | 1 | 3 | 75 | 50 | 2 | 46 |
Binary | 1100011 | 1100010 | 1100000 | 0 | 1 | 11 | 111101 | 101000 | 10 | 100110 |
Color Harmonies of #636260
Complementary color
Monochromatic Colors of #636260
Black with #636260
Text Example
Text Example
White with #636260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636260; }
p { color: rgb(99,98,96); }
H1.HeaderClassName
{
color: #636260;
}
.AnyTagClassName
{
color: #636260;
}
</style>
background-color css
<style>
a { background-color: #636260; }
a { background-color: rgb(99,98,96); }
div.DivClassName
{
background-color: #636260;
}
.BgClassName
{
background-color: #636260;
}
</style>
border-color css
<style>
span { border-color: #636260; }
span { border-color: rgb(99,98,96); }
td.TdClassName
{
border-color: #636260;
}
.TagClassName
{
border-color: #636260;
}
</style>