Shades of Storm Dust #66665B
Tints of Storm Dust #66665B
RGB
CMYK
RGB Variations
Color information
#66665B (or 0x66665B) is known color: Storm Dust. HEX triplet: 66, 66 and 5B. RGB value is (102,102,91). Sum of RGB (Red+Green+Blue) = 102+102+91=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 102 - color contains mainly: red, green. Hex color #66665B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66665B is #9999A4. Grayscale: #646464. Windows color (decimal): -10066341 or 5989990. OLE color: 5989990.
HSL color Cylindrical-coordinate representation of color #66665B: hue angle of 60º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #66665B is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 102 | 91 | - |
| CMYK | 0 | 0 | 0.11 | 0.6 |
| HSL | 60º | 0.06% | 0.38% | - |
| HSV(B) | 60º | 0.11% | 0.4% | - |
| XYZ | 12.12 | 13.08 | 11.78 | - |
| YUV | 100.75 | 122.5 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 102 | 91 | 0 | 0 | 0.11 | 0.6 | 60 | 0.06 | 0.38 |
| Hex | 66 | 66 | 5B | 0 | 0 | B | 3C | 3C | 6 | 26 |
| Octal | 146 | 146 | 133 | 0 | 0 | 13 | 74 | 74 | 6 | 46 |
| Binary | 1100110 | 1100110 | 1011011 | 0 | 0 | 1011 | 111100 | 111100 | 110 | 100110 |
Color Harmonies of #66665B
Complementary color
Monochromatic Colors of #66665B
Black with #66665B
Text Example
Text Example
White with #66665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66665B; }
p { color: rgb(102,102,91); }
H1.HeaderClassName
{
color: #66665B;
}
.AnyTagClassName
{
color: #66665B;
}
</style>
background-color css
<style>
a { background-color: #66665B; }
a { background-color: rgb(102,102,91); }
div.DivClassName
{
background-color: #66665B;
}
.BgClassName
{
background-color: #66665B;
}
</style>
border-color css
<style>
span { border-color: #66665B; }
span { border-color: rgb(102,102,91); }
td.TdClassName
{
border-color: #66665B;
}
.TagClassName
{
border-color: #66665B;
}
</style>