Shades of Storm Dust #61605E
Tints of Storm Dust #61605E
RGB
CMYK
RGB Variations
Color information
#61605E (or 0x61605E) is known color: Storm Dust. HEX triplet: 61, 60 and 5E. RGB value is (97,96,94). Sum of RGB (Red+Green+Blue) = 97+96+94=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 97 - color contains mainly: red. Hex color #61605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61605E is #9E9FA1. Grayscale: #606060. Windows color (decimal): -10395554 or 6185057. OLE color: 6185057.
HSL color Cylindrical-coordinate representation of color #61605E: hue angle of 40º degrees, saturation: 0.02, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #61605E is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 96 | 94 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.62 |
| HSL | 40º | 0.02% | 0.37% | - |
| HSV(B) | 40º | 0.03% | 0.38% | - |
| XYZ | 11.13 | 11.72 | 12.26 | - |
| YUV | 96.07 | 126.83 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 96 | 94 | 0 | 0.01 | 0.03 | 0.62 | 40 | 0.02 | 0.37 |
| Hex | 61 | 60 | 5E | 0 | 1 | 3 | 3E | 28 | 2 | 25 |
| Octal | 141 | 140 | 136 | 0 | 1 | 3 | 76 | 50 | 2 | 45 |
| Binary | 1100001 | 1100000 | 1011110 | 0 | 1 | 11 | 111110 | 101000 | 10 | 100101 |
Color Harmonies of #61605E
Complementary color
Monochromatic Colors of #61605E
Black with #61605E
Text Example
Text Example
White with #61605E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61605E; }
p { color: rgb(97,96,94); }
H1.HeaderClassName
{
color: #61605E;
}
.AnyTagClassName
{
color: #61605E;
}
</style>
background-color css
<style>
a { background-color: #61605E; }
a { background-color: rgb(97,96,94); }
div.DivClassName
{
background-color: #61605E;
}
.BgClassName
{
background-color: #61605E;
}
</style>
border-color css
<style>
span { border-color: #61605E; }
span { border-color: rgb(97,96,94); }
td.TdClassName
{
border-color: #61605E;
}
.TagClassName
{
border-color: #61605E;
}
</style>