Shades of Storm Dust #615E52
Tints of Storm Dust #615E52
RGB
CMYK
RGB Variations
Color information
#615E52 (or 0x615E52) is known color: Storm Dust. HEX triplet: 61, 5E and 52. RGB value is (97,94,82). Sum of RGB (Red+Green+Blue) = 97+94+82=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 97 - color contains mainly: red. Hex color #615E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615E52 is #9EA1AD. Grayscale: #5D5D5D. Windows color (decimal): -10396078 or 5398113. OLE color: 5398113.
HSL color Cylindrical-coordinate representation of color #615E52: hue angle of 48º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #615E52 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 94 | 82 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.62 |
| HSL | 48º | 0.08% | 0.35% | - |
| HSV(B) | 48º | 0.15% | 0.38% | - |
| XYZ | 10.46 | 11.16 | 9.58 | - |
| YUV | 93.53 | 121.49 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 94 | 82 | 0 | 0.03 | 0.15 | 0.62 | 48 | 0.08 | 0.35 |
| Hex | 61 | 5E | 52 | 0 | 3 | F | 3E | 30 | 8 | 23 |
| Octal | 141 | 136 | 122 | 0 | 3 | 17 | 76 | 60 | 10 | 43 |
| Binary | 1100001 | 1011110 | 1010010 | 0 | 11 | 1111 | 111110 | 110000 | 1000 | 100011 |
Color Harmonies of #615E52
Complementary color
Monochromatic Colors of #615E52
Black with #615E52
Text Example
Text Example
White with #615E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615E52; }
p { color: rgb(97,94,82); }
H1.HeaderClassName
{
color: #615E52;
}
.AnyTagClassName
{
color: #615E52;
}
</style>
background-color css
<style>
a { background-color: #615E52; }
a { background-color: rgb(97,94,82); }
div.DivClassName
{
background-color: #615E52;
}
.BgClassName
{
background-color: #615E52;
}
</style>
border-color css
<style>
span { border-color: #615E52; }
span { border-color: rgb(97,94,82); }
td.TdClassName
{
border-color: #615E52;
}
.TagClassName
{
border-color: #615E52;
}
</style>