Shades of Storm Dust #666560
Tints of Storm Dust #666560
RGB
CMYK
RGB Variations
Color information
#666560 (or 0x666560) is known color: Storm Dust. HEX triplet: 66, 65 and 60. RGB value is (102,101,96). Sum of RGB (Red+Green+Blue) = 102+101+96=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 102 - color contains mainly: red. Hex color #666560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666560 is #999A9F. Grayscale: #646464. Windows color (decimal): -10066592 or 6317414. OLE color: 6317414.
HSL color Cylindrical-coordinate representation of color #666560: hue angle of 50º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #666560 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 101 | 96 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.6 |
| HSL | 50º | 0.03% | 0.39% | - |
| HSV(B) | 50º | 0.06% | 0.4% | - |
| XYZ | 12.24 | 12.98 | 12.93 | - |
| YUV | 100.73 | 125.33 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 101 | 96 | 0 | 0.01 | 0.06 | 0.6 | 50 | 0.03 | 0.39 |
| Hex | 66 | 65 | 60 | 0 | 1 | 6 | 3C | 32 | 3 | 27 |
| Octal | 146 | 145 | 140 | 0 | 1 | 6 | 74 | 62 | 3 | 47 |
| Binary | 1100110 | 1100101 | 1100000 | 0 | 1 | 110 | 111100 | 110010 | 11 | 100111 |
Color Harmonies of #666560
Complementary color
Monochromatic Colors of #666560
Black with #666560
Text Example
Text Example
White with #666560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666560; }
p { color: rgb(102,101,96); }
H1.HeaderClassName
{
color: #666560;
}
.AnyTagClassName
{
color: #666560;
}
</style>
background-color css
<style>
a { background-color: #666560; }
a { background-color: rgb(102,101,96); }
div.DivClassName
{
background-color: #666560;
}
.BgClassName
{
background-color: #666560;
}
</style>
border-color css
<style>
span { border-color: #666560; }
span { border-color: rgb(102,101,96); }
td.TdClassName
{
border-color: #666560;
}
.TagClassName
{
border-color: #666560;
}
</style>