Shades of Storm Dust #63615D
Tints of Storm Dust #63615D
RGB
CMYK
RGB Variations
Color information
#63615D (or 0x63615D) is known color: Storm Dust. HEX triplet: 63, 61 and 5D. RGB value is (99,97,93). Sum of RGB (Red+Green+Blue) = 99+97+93=289 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.26% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 99 - color contains mainly: red. Hex color #63615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63615D is #9C9EA2. Grayscale: #616161. Windows color (decimal): -10264227 or 6119779. OLE color: 6119779.
HSL color Cylindrical-coordinate representation of color #63615D: hue angle of 40º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #63615D is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
RGB | 99 | 97 | 93 | - |
CMYK | 0 | 0.02 | 0.06 | 0.61 |
HSL | 40º | 0.03% | 0.38% | - |
HSV(B) | 40º | 0.06% | 0.39% | - |
XYZ | 11.4 | 11.99 | 12.07 | - |
YUV | 97.14 | 125.66 | 129.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 99 | 97 | 93 | 0 | 0.02 | 0.06 | 0.61 | 40 | 0.03 | 0.38 |
Hex | 63 | 61 | 5D | 0 | 2 | 6 | 3D | 28 | 3 | 26 |
Octal | 143 | 141 | 135 | 0 | 2 | 6 | 75 | 50 | 3 | 46 |
Binary | 1100011 | 1100001 | 1011101 | 0 | 10 | 110 | 111101 | 101000 | 11 | 100110 |
Color Harmonies of #63615D
Complementary color
Monochromatic Colors of #63615D
Black with #63615D
Text Example
Text Example
White with #63615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63615D; }
p { color: rgb(99,97,93); }
H1.HeaderClassName
{
color: #63615D;
}
.AnyTagClassName
{
color: #63615D;
}
</style>
background-color css
<style>
a { background-color: #63615D; }
a { background-color: rgb(99,97,93); }
div.DivClassName
{
background-color: #63615D;
}
.BgClassName
{
background-color: #63615D;
}
</style>
border-color css
<style>
span { border-color: #63615D; }
span { border-color: rgb(99,97,93); }
td.TdClassName
{
border-color: #63615D;
}
.TagClassName
{
border-color: #63615D;
}
</style>