Shades of Storm Dust #64645C
Tints of Storm Dust #64645C
RGB
CMYK
RGB Variations
Color information
#64645C (or 0x64645C) is known color: Storm Dust. HEX triplet: 64, 64 and 5C. RGB value is (100,100,92). Sum of RGB (Red+Green+Blue) = 100+100+92=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 100 - color contains mainly: red, green. Hex color #64645C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64645C is #9B9BA3. Grayscale: #636363. Windows color (decimal): -10197924 or 6055012. OLE color: 6055012.
HSL color Cylindrical-coordinate representation of color #64645C: 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.08%. Process color model (Four color, CMYK) of #64645C is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 100 | 92 | - |
| CMYK | 0 | 0 | 0.08 | 0.61 |
| HSL | 60º | 0.04% | 0.38% | - |
| HSV(B) | 60º | 0.08% | 0.39% | - |
| XYZ | 11.74 | 12.6 | 11.94 | - |
| YUV | 99.09 | 124 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 100 | 92 | 0 | 0 | 0.08 | 0.61 | 60 | 0.04 | 0.38 |
| Hex | 64 | 64 | 5C | 0 | 0 | 8 | 3D | 3C | 4 | 26 |
| Octal | 144 | 144 | 134 | 0 | 0 | 10 | 75 | 74 | 4 | 46 |
| Binary | 1100100 | 1100100 | 1011100 | 0 | 0 | 1000 | 111101 | 111100 | 100 | 100110 |
Color Harmonies of #64645C
Complementary color
Monochromatic Colors of #64645C
Black with #64645C
Text Example
Text Example
White with #64645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64645C; }
p { color: rgb(100,100,92); }
H1.HeaderClassName
{
color: #64645C;
}
.AnyTagClassName
{
color: #64645C;
}
</style>
background-color css
<style>
a { background-color: #64645C; }
a { background-color: rgb(100,100,92); }
div.DivClassName
{
background-color: #64645C;
}
.BgClassName
{
background-color: #64645C;
}
</style>
border-color css
<style>
span { border-color: #64645C; }
span { border-color: rgb(100,100,92); }
td.TdClassName
{
border-color: #64645C;
}
.TagClassName
{
border-color: #64645C;
}
</style>