Shades of Storm Dust #646151
Tints of Storm Dust #646151
RGB
CMYK
RGB Variations
Color information
#646151 (or 0x646151) is known color: Storm Dust. HEX triplet: 64, 61 and 51. RGB value is (100,97,81). Sum of RGB (Red+Green+Blue) = 100+97+81=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 100 - color contains mainly: red. Hex color #646151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646151 is #9B9EAE. Grayscale: #606060. Windows color (decimal): -10198703 or 5333348. OLE color: 5333348.
HSL color Cylindrical-coordinate representation of color #646151: hue angle of 50.53º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #646151 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 97 | 81 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.61 |
| HSL | 50.53º | 0.1% | 0.35% | - |
| HSV(B) | 50.53º | 0.19% | 0.39% | - |
| XYZ | 11.02 | 11.85 | 9.49 | - |
| YUV | 96.07 | 119.49 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 97 | 81 | 0 | 0.03 | 0.19 | 0.61 | 50.53 | 0.1 | 0.35 |
| Hex | 64 | 61 | 51 | 0 | 3 | 13 | 3D | 33 | A | 23 |
| Octal | 144 | 141 | 121 | 0 | 3 | 23 | 75 | 63 | 12 | 43 |
| Binary | 1100100 | 1100001 | 1010001 | 0 | 11 | 10011 | 111101 | 110011 | 1010 | 100011 |
Color Harmonies of #646151
Complementary color
Monochromatic Colors of #646151
Black with #646151
Text Example
Text Example
White with #646151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646151; }
p { color: rgb(100,97,81); }
H1.HeaderClassName
{
color: #646151;
}
.AnyTagClassName
{
color: #646151;
}
</style>
background-color css
<style>
a { background-color: #646151; }
a { background-color: rgb(100,97,81); }
div.DivClassName
{
background-color: #646151;
}
.BgClassName
{
background-color: #646151;
}
</style>
border-color css
<style>
span { border-color: #646151; }
span { border-color: rgb(100,97,81); }
td.TdClassName
{
border-color: #646151;
}
.TagClassName
{
border-color: #646151;
}
</style>