Shades of Storm Dust #646256
Tints of Storm Dust #646256
RGB
CMYK
RGB Variations
Color information
#646256 (or 0x646256) is known color: Storm Dust. HEX triplet: 64, 62 and 56. RGB value is (100,98,86). Sum of RGB (Red+Green+Blue) = 100+98+86=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 100 - color contains mainly: red. Hex color #646256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646256 is #9B9DA9. Grayscale: #616161. Windows color (decimal): -10198442 or 5661284. OLE color: 5661284.
HSL color Cylindrical-coordinate representation of color #646256: hue angle of 51.43º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #646256 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 98 | 86 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.61 |
| HSL | 51.43º | 0.08% | 0.36% | - |
| HSV(B) | 51.43º | 0.14% | 0.39% | - |
| XYZ | 11.3 | 12.12 | 10.55 | - |
| YUV | 97.23 | 121.66 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 98 | 86 | 0 | 0.02 | 0.14 | 0.61 | 51.43 | 0.08 | 0.36 |
| Hex | 64 | 62 | 56 | 0 | 2 | E | 3D | 33 | 8 | 24 |
| Octal | 144 | 142 | 126 | 0 | 2 | 16 | 75 | 63 | 10 | 44 |
| Binary | 1100100 | 1100010 | 1010110 | 0 | 10 | 1110 | 111101 | 110011 | 1000 | 100100 |
Color Harmonies of #646256
Complementary color
Monochromatic Colors of #646256
Black with #646256
Text Example
Text Example
White with #646256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646256; }
p { color: rgb(100,98,86); }
H1.HeaderClassName
{
color: #646256;
}
.AnyTagClassName
{
color: #646256;
}
</style>
background-color css
<style>
a { background-color: #646256; }
a { background-color: rgb(100,98,86); }
div.DivClassName
{
background-color: #646256;
}
.BgClassName
{
background-color: #646256;
}
</style>
border-color css
<style>
span { border-color: #646256; }
span { border-color: rgb(100,98,86); }
td.TdClassName
{
border-color: #646256;
}
.TagClassName
{
border-color: #646256;
}
</style>