Shades of Storm Dust #615E55
Tints of Storm Dust #615E55
RGB
CMYK
RGB Variations
Color information
#615E55 (or 0x615E55) is known color: Storm Dust. HEX triplet: 61, 5E and 55. RGB value is (97,94,85). Sum of RGB (Red+Green+Blue) = 97+94+85=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 97 - color contains mainly: red. Hex color #615E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615E55 is #9EA1AA. Grayscale: #5D5D5D. Windows color (decimal): -10396075 or 5594721. OLE color: 5594721.
HSL color Cylindrical-coordinate representation of color #615E55: hue angle of 45º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #615E55 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 94 | 85 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.62 |
| HSL | 45º | 0.07% | 0.36% | - |
| HSV(B) | 45º | 0.12% | 0.38% | - |
| XYZ | 10.57 | 11.2 | 10.2 | - |
| YUV | 93.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 94 | 85 | 0 | 0.03 | 0.12 | 0.62 | 45 | 0.07 | 0.36 |
| Hex | 61 | 5E | 55 | 0 | 3 | C | 3E | 2D | 7 | 24 |
| Octal | 141 | 136 | 125 | 0 | 3 | 14 | 76 | 55 | 7 | 44 |
| Binary | 1100001 | 1011110 | 1010101 | 0 | 11 | 1100 | 111110 | 101101 | 111 | 100100 |
Color Harmonies of #615E55
Complementary color
Monochromatic Colors of #615E55
Black with #615E55
Text Example
Text Example
White with #615E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615E55; }
p { color: rgb(97,94,85); }
H1.HeaderClassName
{
color: #615E55;
}
.AnyTagClassName
{
color: #615E55;
}
</style>
background-color css
<style>
a { background-color: #615E55; }
a { background-color: rgb(97,94,85); }
div.DivClassName
{
background-color: #615E55;
}
.BgClassName
{
background-color: #615E55;
}
</style>
border-color css
<style>
span { border-color: #615E55; }
span { border-color: rgb(97,94,85); }
td.TdClassName
{
border-color: #615E55;
}
.TagClassName
{
border-color: #615E55;
}
</style>