Shades of Storm Dust #66665D
Tints of Storm Dust #66665D
RGB
CMYK
RGB Variations
Color information
#66665D (or 0x66665D) is known color: Storm Dust. HEX triplet: 66, 66 and 5D. RGB value is (102,102,93). Sum of RGB (Red+Green+Blue) = 102+102+93=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 102 - color contains mainly: red, green. Hex color #66665D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66665D is #9999A2. Grayscale: #656565. Windows color (decimal): -10066339 or 6121062. OLE color: 6121062.
HSL color Cylindrical-coordinate representation of color #66665D: hue angle of 60º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #66665D is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 102 | 93 | - |
| CMYK | 0 | 0 | 0.09 | 0.6 |
| HSL | 60º | 0.05% | 0.38% | - |
| HSV(B) | 60º | 0.09% | 0.4% | - |
| XYZ | 12.21 | 13.12 | 12.24 | - |
| YUV | 100.97 | 123.5 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 102 | 93 | 0 | 0 | 0.09 | 0.6 | 60 | 0.05 | 0.38 |
| Hex | 66 | 66 | 5D | 0 | 0 | 9 | 3C | 3C | 5 | 26 |
| Octal | 146 | 146 | 135 | 0 | 0 | 11 | 74 | 74 | 5 | 46 |
| Binary | 1100110 | 1100110 | 1011101 | 0 | 0 | 1001 | 111100 | 111100 | 101 | 100110 |
Color Harmonies of #66665D
Complementary color
Monochromatic Colors of #66665D
Black with #66665D
Text Example
Text Example
White with #66665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66665D; }
p { color: rgb(102,102,93); }
H1.HeaderClassName
{
color: #66665D;
}
.AnyTagClassName
{
color: #66665D;
}
</style>
background-color css
<style>
a { background-color: #66665D; }
a { background-color: rgb(102,102,93); }
div.DivClassName
{
background-color: #66665D;
}
.BgClassName
{
background-color: #66665D;
}
</style>
border-color css
<style>
span { border-color: #66665D; }
span { border-color: rgb(102,102,93); }
td.TdClassName
{
border-color: #66665D;
}
.TagClassName
{
border-color: #66665D;
}
</style>