Shades of Storm Dust #656355
Tints of Storm Dust #656355
RGB
CMYK
RGB Variations
Color information
#656355 (or 0x656355) is known color: Storm Dust. HEX triplet: 65, 63 and 55. RGB value is (101,99,85). Sum of RGB (Red+Green+Blue) = 101+99+85=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 101 - color contains mainly: red. Hex color #656355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656355 is #9A9CAA. Grayscale: #626262. Windows color (decimal): -10132651 or 5596005. OLE color: 5596005.
HSL color Cylindrical-coordinate representation of color #656355: hue angle of 52.5º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #656355 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 99 | 85 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.60 |
| HSL | 52.5º | 0.09% | 0.36% | - |
| HSV(B) | 52.5º | 0.16% | 0.4% | - |
| XYZ | 11.47 | 12.35 | 10.37 | - |
| YUV | 98 | 120.66 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 99 | 85 | 0 | 0.02 | 0.16 | 0.60 | 52.5 | 0.09 | 0.36 |
| Hex | 65 | 63 | 55 | 0 | 2 | 10 | 3C | 34 | 9 | 24 |
| Octal | 145 | 143 | 125 | 0 | 2 | 20 | 74 | 64 | 11 | 44 |
| Binary | 1100101 | 1100011 | 1010101 | 0 | 10 | 10000 | 111100 | 110100 | 1001 | 100100 |
Color Harmonies of #656355
Complementary color
Monochromatic Colors of #656355
Black with #656355
Text Example
Text Example
White with #656355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656355; }
p { color: rgb(101,99,85); }
H1.HeaderClassName
{
color: #656355;
}
.AnyTagClassName
{
color: #656355;
}
</style>
background-color css
<style>
a { background-color: #656355; }
a { background-color: rgb(101,99,85); }
div.DivClassName
{
background-color: #656355;
}
.BgClassName
{
background-color: #656355;
}
</style>
border-color css
<style>
span { border-color: #656355; }
span { border-color: rgb(101,99,85); }
td.TdClassName
{
border-color: #656355;
}
.TagClassName
{
border-color: #656355;
}
</style>