Shades of Storm Dust #66655C
Tints of Storm Dust #66655C
RGB
CMYK
RGB Variations
Color information
#66655C (or 0x66655C) is known color: Storm Dust. HEX triplet: 66, 65 and 5C. RGB value is (102,101,92). Sum of RGB (Red+Green+Blue) = 102+101+92=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 102 - color contains mainly: red. Hex color #66655C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66655C is #999AA3. Grayscale: #646464. Windows color (decimal): -10066596 or 6055270. OLE color: 6055270.
HSL color Cylindrical-coordinate representation of color #66655C: hue angle of 54º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #66655C is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 101 | 92 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.6 |
| HSL | 54º | 0.05% | 0.38% | - |
| HSV(B) | 54º | 0.1% | 0.4% | - |
| XYZ | 12.06 | 12.9 | 11.98 | - |
| YUV | 100.27 | 123.33 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 101 | 92 | 0 | 0.01 | 0.10 | 0.6 | 54 | 0.05 | 0.38 |
| Hex | 66 | 65 | 5C | 0 | 1 | A | 3C | 36 | 5 | 26 |
| Octal | 146 | 145 | 134 | 0 | 1 | 12 | 74 | 66 | 5 | 46 |
| Binary | 1100110 | 1100101 | 1011100 | 0 | 1 | 1010 | 111100 | 110110 | 101 | 100110 |
Color Harmonies of #66655C
Complementary color
Monochromatic Colors of #66655C
Black with #66655C
Text Example
Text Example
White with #66655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66655C; }
p { color: rgb(102,101,92); }
H1.HeaderClassName
{
color: #66655C;
}
.AnyTagClassName
{
color: #66655C;
}
</style>
background-color css
<style>
a { background-color: #66655C; }
a { background-color: rgb(102,101,92); }
div.DivClassName
{
background-color: #66655C;
}
.BgClassName
{
background-color: #66655C;
}
</style>
border-color css
<style>
span { border-color: #66655C; }
span { border-color: rgb(102,101,92); }
td.TdClassName
{
border-color: #66655C;
}
.TagClassName
{
border-color: #66655C;
}
</style>