Shades of Storm Dust #63635A
Tints of Storm Dust #63635A
RGB
CMYK
RGB Variations
Color information
#63635A (or 0x63635A) is known color: Storm Dust. HEX triplet: 63, 63 and 5A. RGB value is (99,99,90). Sum of RGB (Red+Green+Blue) = 99+99+90=288 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.38% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 99 - color contains mainly: red, green. Hex color #63635A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63635A is #9C9CA5. Grayscale: #626262. Windows color (decimal): -10263718 or 5923683. OLE color: 5923683.
HSL color Cylindrical-coordinate representation of color #63635A: hue angle of 60º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #63635A is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 99 | 90 | - |
| CMYK | 0 | 0 | 0.09 | 0.61 |
| HSL | 60º | 0.05% | 0.37% | - |
| HSV(B) | 60º | 0.09% | 0.39% | - |
| XYZ | 11.45 | 12.31 | 11.45 | - |
| YUV | 97.97 | 123.5 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 99 | 90 | 0 | 0 | 0.09 | 0.61 | 60 | 0.05 | 0.37 |
| Hex | 63 | 63 | 5A | 0 | 0 | 9 | 3D | 3C | 5 | 25 |
| Octal | 143 | 143 | 132 | 0 | 0 | 11 | 75 | 74 | 5 | 45 |
| Binary | 1100011 | 1100011 | 1011010 | 0 | 0 | 1001 | 111101 | 111100 | 101 | 100101 |
Color Harmonies of #63635A
Complementary color
Monochromatic Colors of #63635A
Black with #63635A
Text Example
Text Example
White with #63635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63635A; }
p { color: rgb(99,99,90); }
H1.HeaderClassName
{
color: #63635A;
}
.AnyTagClassName
{
color: #63635A;
}
</style>
background-color css
<style>
a { background-color: #63635A; }
a { background-color: rgb(99,99,90); }
div.DivClassName
{
background-color: #63635A;
}
.BgClassName
{
background-color: #63635A;
}
</style>
border-color css
<style>
span { border-color: #63635A; }
span { border-color: rgb(99,99,90); }
td.TdClassName
{
border-color: #63635A;
}
.TagClassName
{
border-color: #63635A;
}
</style>