Shades of Storm Dust #666256
Tints of Storm Dust #666256
RGB
CMYK
RGB Variations
Color information
#666256 (or 0x666256) is known color: Storm Dust. HEX triplet: 66, 62 and 56. RGB value is (102,98,86). Sum of RGB (Red+Green+Blue) = 102+98+86=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 102 - color contains mainly: red. Hex color #666256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666256 is #999DA9. Grayscale: #616161. Windows color (decimal): -10067370 or 5661286. OLE color: 5661286.
HSL color Cylindrical-coordinate representation of color #666256: hue angle of 45º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #666256 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 98 | 86 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.6 |
| HSL | 45º | 0.09% | 0.37% | - |
| HSV(B) | 45º | 0.16% | 0.4% | - |
| XYZ | 11.53 | 12.23 | 10.56 | - |
| YUV | 97.83 | 121.33 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 86 | 0 | 0.04 | 0.16 | 0.6 | 45 | 0.09 | 0.37 |
| Hex | 66 | 62 | 56 | 0 | 4 | 10 | 3C | 2D | 9 | 25 |
| Octal | 146 | 142 | 126 | 0 | 4 | 20 | 74 | 55 | 11 | 45 |
| Binary | 1100110 | 1100010 | 1010110 | 0 | 100 | 10000 | 111100 | 101101 | 1001 | 100101 |
Color Harmonies of #666256
Complementary color
Monochromatic Colors of #666256
Black with #666256
Text Example
Text Example
White with #666256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666256; }
p { color: rgb(102,98,86); }
H1.HeaderClassName
{
color: #666256;
}
.AnyTagClassName
{
color: #666256;
}
</style>
background-color css
<style>
a { background-color: #666256; }
a { background-color: rgb(102,98,86); }
div.DivClassName
{
background-color: #666256;
}
.BgClassName
{
background-color: #666256;
}
</style>
border-color css
<style>
span { border-color: #666256; }
span { border-color: rgb(102,98,86); }
td.TdClassName
{
border-color: #666256;
}
.TagClassName
{
border-color: #666256;
}
</style>