Shades of Storm Dust #615F5A
Tints of Storm Dust #615F5A
RGB
CMYK
RGB Variations
Color information
#615F5A (or 0x615F5A) is known color: Storm Dust. HEX triplet: 61, 5F and 5A. RGB value is (97,95,90). Sum of RGB (Red+Green+Blue) = 97+95+90=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 97 - color contains mainly: red. Hex color #615F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615F5A is #9EA0A5. Grayscale: #5F5F5F. Windows color (decimal): -10395814 or 5922657. OLE color: 5922657.
HSL color Cylindrical-coordinate representation of color #615F5A: hue angle of 42.86º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #615F5A is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 95 | 90 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.62 |
| HSL | 42.86º | 0.04% | 0.37% | - |
| HSV(B) | 42.86º | 0.07% | 0.38% | - |
| XYZ | 10.87 | 11.46 | 11.31 | - |
| YUV | 95.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 95 | 90 | 0 | 0.02 | 0.07 | 0.62 | 42.86 | 0.04 | 0.37 |
| Hex | 61 | 5F | 5A | 0 | 2 | 7 | 3E | 2B | 4 | 25 |
| Octal | 141 | 137 | 132 | 0 | 2 | 7 | 76 | 53 | 4 | 45 |
| Binary | 1100001 | 1011111 | 1011010 | 0 | 10 | 111 | 111110 | 101011 | 100 | 100101 |
Color Harmonies of #615F5A
Complementary color
Monochromatic Colors of #615F5A
Black with #615F5A
Text Example
Text Example
White with #615F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615F5A; }
p { color: rgb(97,95,90); }
H1.HeaderClassName
{
color: #615F5A;
}
.AnyTagClassName
{
color: #615F5A;
}
</style>
background-color css
<style>
a { background-color: #615F5A; }
a { background-color: rgb(97,95,90); }
div.DivClassName
{
background-color: #615F5A;
}
.BgClassName
{
background-color: #615F5A;
}
</style>
border-color css
<style>
span { border-color: #615F5A; }
span { border-color: rgb(97,95,90); }
td.TdClassName
{
border-color: #615F5A;
}
.TagClassName
{
border-color: #615F5A;
}
</style>