Shades of Storm Dust #63625A
Tints of Storm Dust #63625A
RGB
CMYK
RGB Variations
Color information
#63625A (or 0x63625A) is known color: Storm Dust. HEX triplet: 63, 62 and 5A. RGB value is (99,98,90). Sum of RGB (Red+Green+Blue) = 99+98+90=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 99 - color contains mainly: red. Hex color #63625A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63625A is #9C9DA5. Grayscale: #616161. Windows color (decimal): -10263974 or 5923427. OLE color: 5923427.
HSL color Cylindrical-coordinate representation of color #63625A: hue angle of 53.33º 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 #63625A is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 98 | 90 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.61 |
| HSL | 53.33º | 0.05% | 0.37% | - |
| HSV(B) | 53.33º | 0.09% | 0.39% | - |
| XYZ | 11.36 | 12.13 | 11.41 | - |
| YUV | 97.39 | 123.83 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 98 | 90 | 0 | 0.01 | 0.09 | 0.61 | 53.33 | 0.05 | 0.37 |
| Hex | 63 | 62 | 5A | 0 | 1 | 9 | 3D | 35 | 5 | 25 |
| Octal | 143 | 142 | 132 | 0 | 1 | 11 | 75 | 65 | 5 | 45 |
| Binary | 1100011 | 1100010 | 1011010 | 0 | 1 | 1001 | 111101 | 110101 | 101 | 100101 |
Color Harmonies of #63625A
Complementary color
Monochromatic Colors of #63625A
Black with #63625A
Text Example
Text Example
White with #63625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63625A; }
p { color: rgb(99,98,90); }
H1.HeaderClassName
{
color: #63625A;
}
.AnyTagClassName
{
color: #63625A;
}
</style>
background-color css
<style>
a { background-color: #63625A; }
a { background-color: rgb(99,98,90); }
div.DivClassName
{
background-color: #63625A;
}
.BgClassName
{
background-color: #63625A;
}
</style>
border-color css
<style>
span { border-color: #63625A; }
span { border-color: rgb(99,98,90); }
td.TdClassName
{
border-color: #63625A;
}
.TagClassName
{
border-color: #63625A;
}
</style>