Shades of Storm Dust #666457
Tints of Storm Dust #666457
RGB
CMYK
RGB Variations
Color information
#666457 (or 0x666457) is known color: Storm Dust. HEX triplet: 66, 64 and 57. RGB value is (102,100,87). Sum of RGB (Red+Green+Blue) = 102+100+87=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 87 (34.38% from 255 or 30.10% from 289); Max value from RGB is 102 - color contains mainly: red. Hex color #666457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666457 is #999BA8. Grayscale: #636363. Windows color (decimal): -10066857 or 5727334. OLE color: 5727334.
HSL color Cylindrical-coordinate representation of color #666457: hue angle of 52º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #666457 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 100 | 87 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.6 |
| HSL | 52º | 0.08% | 0.37% | - |
| HSV(B) | 52º | 0.15% | 0.4% | - |
| XYZ | 11.76 | 12.63 | 10.83 | - |
| YUV | 99.12 | 121.16 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 100 | 87 | 0 | 0.02 | 0.15 | 0.6 | 52 | 0.08 | 0.37 |
| Hex | 66 | 64 | 57 | 0 | 2 | F | 3C | 34 | 8 | 25 |
| Octal | 146 | 144 | 127 | 0 | 2 | 17 | 74 | 64 | 10 | 45 |
| Binary | 1100110 | 1100100 | 1010111 | 0 | 10 | 1111 | 111100 | 110100 | 1000 | 100101 |
Color Harmonies of #666457
Complementary color
Monochromatic Colors of #666457
Black with #666457
Text Example
Text Example
White with #666457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666457; }
p { color: rgb(102,100,87); }
H1.HeaderClassName
{
color: #666457;
}
.AnyTagClassName
{
color: #666457;
}
</style>
background-color css
<style>
a { background-color: #666457; }
a { background-color: rgb(102,100,87); }
div.DivClassName
{
background-color: #666457;
}
.BgClassName
{
background-color: #666457;
}
</style>
border-color css
<style>
span { border-color: #666457; }
span { border-color: rgb(102,100,87); }
td.TdClassName
{
border-color: #666457;
}
.TagClassName
{
border-color: #666457;
}
</style>