Shades of Storm Dust #66645F
Tints of Storm Dust #66645F
RGB
CMYK
RGB Variations
Color information
#66645F (or 0x66645F) is known color: Storm Dust. HEX triplet: 66, 64 and 5F. RGB value is (102,100,95). Sum of RGB (Red+Green+Blue) = 102+100+95=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 102 - color contains mainly: red. Hex color #66645F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66645F is #999BA0. Grayscale: #646464. Windows color (decimal): -10066849 or 6251622. OLE color: 6251622.
HSL color Cylindrical-coordinate representation of color #66645F: hue angle of 42.86º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #66645F is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 100 | 95 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.6 |
| HSL | 42.86º | 0.04% | 0.39% | - |
| HSV(B) | 42.86º | 0.07% | 0.4% | - |
| XYZ | 12.1 | 12.77 | 12.65 | - |
| YUV | 100.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 100 | 95 | 0 | 0.02 | 0.07 | 0.6 | 42.86 | 0.04 | 0.39 |
| Hex | 66 | 64 | 5F | 0 | 2 | 7 | 3C | 2B | 4 | 27 |
| Octal | 146 | 144 | 137 | 0 | 2 | 7 | 74 | 53 | 4 | 47 |
| Binary | 1100110 | 1100100 | 1011111 | 0 | 10 | 111 | 111100 | 101011 | 100 | 100111 |
Color Harmonies of #66645F
Complementary color
Monochromatic Colors of #66645F
Black with #66645F
Text Example
Text Example
White with #66645F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66645F; }
p { color: rgb(102,100,95); }
H1.HeaderClassName
{
color: #66645F;
}
.AnyTagClassName
{
color: #66645F;
}
</style>
background-color css
<style>
a { background-color: #66645F; }
a { background-color: rgb(102,100,95); }
div.DivClassName
{
background-color: #66645F;
}
.BgClassName
{
background-color: #66645F;
}
</style>
border-color css
<style>
span { border-color: #66645F; }
span { border-color: rgb(102,100,95); }
td.TdClassName
{
border-color: #66645F;
}
.TagClassName
{
border-color: #66645F;
}
</style>