Shades of Storm Dust #666257
Tints of Storm Dust #666257
RGB
CMYK
RGB Variations
Color information
#666257 (or 0x666257) is known color: Storm Dust. HEX triplet: 66, 62 and 57. RGB value is (102,98,87). Sum of RGB (Red+Green+Blue) = 102+98+87=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 102 - color contains mainly: red. Hex color #666257 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666257 is #999DA8. Grayscale: #616161. Windows color (decimal): -10067369 or 5726822. OLE color: 5726822.
HSL color Cylindrical-coordinate representation of color #666257: hue angle of 44º 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 #666257 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 98 | 87 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.6 |
| HSL | 44º | 0.08% | 0.37% | - |
| HSV(B) | 44º | 0.15% | 0.4% | - |
| XYZ | 11.57 | 12.25 | 10.77 | - |
| YUV | 97.94 | 121.83 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 87 | 0 | 0.04 | 0.15 | 0.6 | 44 | 0.08 | 0.37 |
| Hex | 66 | 62 | 57 | 0 | 4 | F | 3C | 2C | 8 | 25 |
| Octal | 146 | 142 | 127 | 0 | 4 | 17 | 74 | 54 | 10 | 45 |
| Binary | 1100110 | 1100010 | 1010111 | 0 | 100 | 1111 | 111100 | 101100 | 1000 | 100101 |
Color Harmonies of #666257
Complementary color
Monochromatic Colors of #666257
Black with #666257
Text Example
Text Example
White with #666257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666257; }
p { color: rgb(102,98,87); }
H1.HeaderClassName
{
color: #666257;
}
.AnyTagClassName
{
color: #666257;
}
</style>
background-color css
<style>
a { background-color: #666257; }
a { background-color: rgb(102,98,87); }
div.DivClassName
{
background-color: #666257;
}
.BgClassName
{
background-color: #666257;
}
</style>
border-color css
<style>
span { border-color: #666257; }
span { border-color: rgb(102,98,87); }
td.TdClassName
{
border-color: #666257;
}
.TagClassName
{
border-color: #666257;
}
</style>