Shades of Storm Dust #66655A
Tints of Storm Dust #66655A
RGB
CMYK
RGB Variations
Color information
#66655A (or 0x66655A) is known color: Storm Dust. HEX triplet: 66, 65 and 5A. RGB value is (102,101,90). Sum of RGB (Red+Green+Blue) = 102+101+90=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 102 - color contains mainly: red. Hex color #66655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66655A is #999AA5. Grayscale: #646464. Windows color (decimal): -10066598 or 5924198. OLE color: 5924198.
HSL color Cylindrical-coordinate representation of color #66655A: hue angle of 55º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #66655A is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 101 | 90 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.6 |
| HSL | 55º | 0.06% | 0.38% | - |
| HSV(B) | 55º | 0.12% | 0.4% | - |
| XYZ | 11.98 | 12.87 | 11.53 | - |
| YUV | 100.05 | 122.33 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 101 | 90 | 0 | 0.01 | 0.12 | 0.6 | 55 | 0.06 | 0.38 |
| Hex | 66 | 65 | 5A | 0 | 1 | C | 3C | 37 | 6 | 26 |
| Octal | 146 | 145 | 132 | 0 | 1 | 14 | 74 | 67 | 6 | 46 |
| Binary | 1100110 | 1100101 | 1011010 | 0 | 1 | 1100 | 111100 | 110111 | 110 | 100110 |
Color Harmonies of #66655A
Complementary color
Monochromatic Colors of #66655A
Black with #66655A
Text Example
Text Example
White with #66655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66655A; }
p { color: rgb(102,101,90); }
H1.HeaderClassName
{
color: #66655A;
}
.AnyTagClassName
{
color: #66655A;
}
</style>
background-color css
<style>
a { background-color: #66655A; }
a { background-color: rgb(102,101,90); }
div.DivClassName
{
background-color: #66655A;
}
.BgClassName
{
background-color: #66655A;
}
</style>
border-color css
<style>
span { border-color: #66655A; }
span { border-color: rgb(102,101,90); }
td.TdClassName
{
border-color: #66655A;
}
.TagClassName
{
border-color: #66655A;
}
</style>