Shades of Storm Dust #63635C
Tints of Storm Dust #63635C
RGB
CMYK
RGB Variations
Color information
#63635C (or 0x63635C) is known color: Storm Dust. HEX triplet: 63, 63 and 5C. RGB value is (99,99,92). Sum of RGB (Red+Green+Blue) = 99+99+92=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 99 - color contains mainly: red, green. Hex color #63635C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63635C is #9C9CA3. Grayscale: #626262. Windows color (decimal): -10263716 or 6054755. OLE color: 6054755.
HSL color Cylindrical-coordinate representation of color #63635C: hue angle of 60º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #63635C is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 99 | 92 | - |
| CMYK | 0 | 0 | 0.07 | 0.61 |
| HSL | 60º | 0.04% | 0.37% | - |
| HSV(B) | 60º | 0.07% | 0.39% | - |
| XYZ | 11.54 | 12.35 | 11.9 | - |
| YUV | 98.2 | 124.5 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 99 | 92 | 0 | 0 | 0.07 | 0.61 | 60 | 0.04 | 0.37 |
| Hex | 63 | 63 | 5C | 0 | 0 | 7 | 3D | 3C | 4 | 25 |
| Octal | 143 | 143 | 134 | 0 | 0 | 7 | 75 | 74 | 4 | 45 |
| Binary | 1100011 | 1100011 | 1011100 | 0 | 0 | 111 | 111101 | 111100 | 100 | 100101 |
Color Harmonies of #63635C
Complementary color
Monochromatic Colors of #63635C
Black with #63635C
Text Example
Text Example
White with #63635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63635C; }
p { color: rgb(99,99,92); }
H1.HeaderClassName
{
color: #63635C;
}
.AnyTagClassName
{
color: #63635C;
}
</style>
background-color css
<style>
a { background-color: #63635C; }
a { background-color: rgb(99,99,92); }
div.DivClassName
{
background-color: #63635C;
}
.BgClassName
{
background-color: #63635C;
}
</style>
border-color css
<style>
span { border-color: #63635C; }
span { border-color: rgb(99,99,92); }
td.TdClassName
{
border-color: #63635C;
}
.TagClassName
{
border-color: #63635C;
}
</style>