Shades of Storm Dust #64635E
Tints of Storm Dust #64635E
RGB
CMYK
RGB Variations
Color information
#64635E (or 0x64635E) is known color: Storm Dust. HEX triplet: 64, 63 and 5E. RGB value is (100,99,94). Sum of RGB (Red+Green+Blue) = 100+99+94=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 100 - color contains mainly: red. Hex color #64635E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64635E is #9B9CA1. Grayscale: #626262. Windows color (decimal): -10198178 or 6185828. OLE color: 6185828.
HSL color Cylindrical-coordinate representation of color #64635E: hue angle of 50º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #64635E is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 99 | 94 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.61 |
| HSL | 50º | 0.03% | 0.38% | - |
| HSV(B) | 50º | 0.06% | 0.39% | - |
| XYZ | 11.74 | 12.44 | 12.37 | - |
| YUV | 98.73 | 125.33 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 99 | 94 | 0 | 0.01 | 0.06 | 0.61 | 50 | 0.03 | 0.38 |
| Hex | 64 | 63 | 5E | 0 | 1 | 6 | 3D | 32 | 3 | 26 |
| Octal | 144 | 143 | 136 | 0 | 1 | 6 | 75 | 62 | 3 | 46 |
| Binary | 1100100 | 1100011 | 1011110 | 0 | 1 | 110 | 111101 | 110010 | 11 | 100110 |
Color Harmonies of #64635E
Complementary color
Monochromatic Colors of #64635E
Black with #64635E
Text Example
Text Example
White with #64635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64635E; }
p { color: rgb(100,99,94); }
H1.HeaderClassName
{
color: #64635E;
}
.AnyTagClassName
{
color: #64635E;
}
</style>
background-color css
<style>
a { background-color: #64635E; }
a { background-color: rgb(100,99,94); }
div.DivClassName
{
background-color: #64635E;
}
.BgClassName
{
background-color: #64635E;
}
</style>
border-color css
<style>
span { border-color: #64635E; }
span { border-color: rgb(100,99,94); }
td.TdClassName
{
border-color: #64635E;
}
.TagClassName
{
border-color: #64635E;
}
</style>