Shades of Storm Dust #666358
Tints of Storm Dust #666358
RGB
CMYK
RGB Variations
Color information
#666358 (or 0x666358) is known color: Storm Dust. HEX triplet: 66, 63 and 58. RGB value is (102,99,88). Sum of RGB (Red+Green+Blue) = 102+99+88=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 102 - color contains mainly: red. Hex color #666358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666358 is #999CA7. Grayscale: #626262. Windows color (decimal): -10067112 or 5792614. OLE color: 5792614.
HSL color Cylindrical-coordinate representation of color #666358: hue angle of 47.14º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #666358 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 99 | 88 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.6 |
| HSL | 47.14º | 0.07% | 0.37% | - |
| HSV(B) | 47.14º | 0.14% | 0.4% | - |
| XYZ | 11.7 | 12.45 | 11.02 | - |
| YUV | 98.64 | 121.99 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 99 | 88 | 0 | 0.03 | 0.14 | 0.6 | 47.14 | 0.07 | 0.37 |
| Hex | 66 | 63 | 58 | 0 | 3 | E | 3C | 2F | 7 | 25 |
| Octal | 146 | 143 | 130 | 0 | 3 | 16 | 74 | 57 | 7 | 45 |
| Binary | 1100110 | 1100011 | 1011000 | 0 | 11 | 1110 | 111100 | 101111 | 111 | 100101 |
Color Harmonies of #666358
Complementary color
Monochromatic Colors of #666358
Black with #666358
Text Example
Text Example
White with #666358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666358; }
p { color: rgb(102,99,88); }
H1.HeaderClassName
{
color: #666358;
}
.AnyTagClassName
{
color: #666358;
}
</style>
background-color css
<style>
a { background-color: #666358; }
a { background-color: rgb(102,99,88); }
div.DivClassName
{
background-color: #666358;
}
.BgClassName
{
background-color: #666358;
}
</style>
border-color css
<style>
span { border-color: #666358; }
span { border-color: rgb(102,99,88); }
td.TdClassName
{
border-color: #666358;
}
.TagClassName
{
border-color: #666358;
}
</style>