Shades of Storm Dust #666359
Tints of Storm Dust #666359
RGB
CMYK
RGB Variations
Color information
#666359 (or 0x666359) is known color: Storm Dust. HEX triplet: 66, 63 and 59. RGB value is (102,99,89). Sum of RGB (Red+Green+Blue) = 102+99+89=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 89 (35.16% from 255 or 30.69% from 290); Max value from RGB is 102 - color contains mainly: red. Hex color #666359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666359 is #999CA6. Grayscale: #626262. Windows color (decimal): -10067111 or 5858150. OLE color: 5858150.
HSL color Cylindrical-coordinate representation of color #666359: hue angle of 46.15º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #666359 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 99 | 89 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.6 |
| HSL | 46.15º | 0.07% | 0.37% | - |
| HSV(B) | 46.15º | 0.13% | 0.4% | - |
| XYZ | 11.74 | 12.47 | 11.24 | - |
| YUV | 98.76 | 122.49 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 99 | 89 | 0 | 0.03 | 0.13 | 0.6 | 46.15 | 0.07 | 0.37 |
| Hex | 66 | 63 | 59 | 0 | 3 | D | 3C | 2E | 7 | 25 |
| Octal | 146 | 143 | 131 | 0 | 3 | 15 | 74 | 56 | 7 | 45 |
| Binary | 1100110 | 1100011 | 1011001 | 0 | 11 | 1101 | 111100 | 101110 | 111 | 100101 |
Color Harmonies of #666359
Complementary color
Monochromatic Colors of #666359
Black with #666359
Text Example
Text Example
White with #666359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666359; }
p { color: rgb(102,99,89); }
H1.HeaderClassName
{
color: #666359;
}
.AnyTagClassName
{
color: #666359;
}
</style>
background-color css
<style>
a { background-color: #666359; }
a { background-color: rgb(102,99,89); }
div.DivClassName
{
background-color: #666359;
}
.BgClassName
{
background-color: #666359;
}
</style>
border-color css
<style>
span { border-color: #666359; }
span { border-color: rgb(102,99,89); }
td.TdClassName
{
border-color: #666359;
}
.TagClassName
{
border-color: #666359;
}
</style>