Shades of Storm Dust #615F59
Tints of Storm Dust #615F59
RGB
CMYK
RGB Variations
Color information
#615F59 (or 0x615F59) is known color: Storm Dust. HEX triplet: 61, 5F and 59. RGB value is (97,95,89). Sum of RGB (Red+Green+Blue) = 97+95+89=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 97 - color contains mainly: red. Hex color #615F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615F59 is #9EA0A6. Grayscale: #5E5E5E. Windows color (decimal): -10395815 or 5857121. OLE color: 5857121.
HSL color Cylindrical-coordinate representation of color #615F59: hue angle of 45º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #615F59 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 95 | 89 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.62 |
| HSL | 45º | 0.04% | 0.36% | - |
| HSV(B) | 45º | 0.08% | 0.38% | - |
| XYZ | 10.83 | 11.45 | 11.09 | - |
| YUV | 94.91 | 124.66 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 95 | 89 | 0 | 0.02 | 0.08 | 0.62 | 45 | 0.04 | 0.36 |
| Hex | 61 | 5F | 59 | 0 | 2 | 8 | 3E | 2D | 4 | 24 |
| Octal | 141 | 137 | 131 | 0 | 2 | 10 | 76 | 55 | 4 | 44 |
| Binary | 1100001 | 1011111 | 1011001 | 0 | 10 | 1000 | 111110 | 101101 | 100 | 100100 |
Color Harmonies of #615F59
Complementary color
Monochromatic Colors of #615F59
Black with #615F59
Text Example
Text Example
White with #615F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615F59; }
p { color: rgb(97,95,89); }
H1.HeaderClassName
{
color: #615F59;
}
.AnyTagClassName
{
color: #615F59;
}
</style>
background-color css
<style>
a { background-color: #615F59; }
a { background-color: rgb(97,95,89); }
div.DivClassName
{
background-color: #615F59;
}
.BgClassName
{
background-color: #615F59;
}
</style>
border-color css
<style>
span { border-color: #615F59; }
span { border-color: rgb(97,95,89); }
td.TdClassName
{
border-color: #615F59;
}
.TagClassName
{
border-color: #615F59;
}
</style>