Shades of Storm Dust #656153
Tints of Storm Dust #656153
RGB
CMYK
RGB Variations
Color information
#656153 (or 0x656153) is known color: Storm Dust. HEX triplet: 65, 61 and 53. RGB value is (101,97,83). Sum of RGB (Red+Green+Blue) = 101+97+83=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 101 - color contains mainly: red. Hex color #656153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656153 is #9A9EAC. Grayscale: #606060. Windows color (decimal): -10133165 or 5464421. OLE color: 5464421.
HSL color Cylindrical-coordinate representation of color #656153: hue angle of 46.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #656153 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 97 | 83 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.60 |
| HSL | 46.67º | 0.1% | 0.36% | - |
| HSV(B) | 46.67º | 0.18% | 0.4% | - |
| XYZ | 11.2 | 11.94 | 9.9 | - |
| YUV | 96.6 | 120.33 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 97 | 83 | 0 | 0.04 | 0.18 | 0.60 | 46.67 | 0.1 | 0.36 |
| Hex | 65 | 61 | 53 | 0 | 4 | 12 | 3C | 2F | A | 24 |
| Octal | 145 | 141 | 123 | 0 | 4 | 22 | 74 | 57 | 12 | 44 |
| Binary | 1100101 | 1100001 | 1010011 | 0 | 100 | 10010 | 111100 | 101111 | 1010 | 100100 |
Color Harmonies of #656153
Complementary color
Monochromatic Colors of #656153
Black with #656153
Text Example
Text Example
White with #656153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656153; }
p { color: rgb(101,97,83); }
H1.HeaderClassName
{
color: #656153;
}
.AnyTagClassName
{
color: #656153;
}
</style>
background-color css
<style>
a { background-color: #656153; }
a { background-color: rgb(101,97,83); }
div.DivClassName
{
background-color: #656153;
}
.BgClassName
{
background-color: #656153;
}
</style>
border-color css
<style>
span { border-color: #656153; }
span { border-color: rgb(101,97,83); }
td.TdClassName
{
border-color: #656153;
}
.TagClassName
{
border-color: #656153;
}
</style>