Shades of Storm Dust #64645D
Tints of Storm Dust #64645D
RGB
CMYK
RGB Variations
Color information
#64645D (or 0x64645D) is known color: Storm Dust. HEX triplet: 64, 64 and 5D. RGB value is (100,100,93). Sum of RGB (Red+Green+Blue) = 100+100+93=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 100 - color contains mainly: red, green. Hex color #64645D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64645D is #9B9BA2. Grayscale: #636363. Windows color (decimal): -10197923 or 6120548. OLE color: 6120548.
HSL color Cylindrical-coordinate representation of color #64645D: hue angle of 60º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #64645D is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 100 | 93 | - |
| CMYK | 0 | 0 | 0.07 | 0.61 |
| HSL | 60º | 0.04% | 0.38% | - |
| HSV(B) | 60º | 0.07% | 0.39% | - |
| XYZ | 11.79 | 12.61 | 12.17 | - |
| YUV | 99.2 | 124.5 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 100 | 93 | 0 | 0 | 0.07 | 0.61 | 60 | 0.04 | 0.38 |
| Hex | 64 | 64 | 5D | 0 | 0 | 7 | 3D | 3C | 4 | 26 |
| Octal | 144 | 144 | 135 | 0 | 0 | 7 | 75 | 74 | 4 | 46 |
| Binary | 1100100 | 1100100 | 1011101 | 0 | 0 | 111 | 111101 | 111100 | 100 | 100110 |
Color Harmonies of #64645D
Complementary color
Monochromatic Colors of #64645D
Black with #64645D
Text Example
Text Example
White with #64645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64645D; }
p { color: rgb(100,100,93); }
H1.HeaderClassName
{
color: #64645D;
}
.AnyTagClassName
{
color: #64645D;
}
</style>
background-color css
<style>
a { background-color: #64645D; }
a { background-color: rgb(100,100,93); }
div.DivClassName
{
background-color: #64645D;
}
.BgClassName
{
background-color: #64645D;
}
</style>
border-color css
<style>
span { border-color: #64645D; }
span { border-color: rgb(100,100,93); }
td.TdClassName
{
border-color: #64645D;
}
.TagClassName
{
border-color: #64645D;
}
</style>