Shades of Storm Dust #656256
Tints of Storm Dust #656256
RGB
CMYK
RGB Variations
Color information
#656256 (or 0x656256) is known color: Storm Dust. HEX triplet: 65, 62 and 56. RGB value is (101,98,86). Sum of RGB (Red+Green+Blue) = 101+98+86=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 101 - color contains mainly: red. Hex color #656256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656256 is #9A9DA9. Grayscale: #616161. Windows color (decimal): -10132906 or 5661285. OLE color: 5661285.
HSL color Cylindrical-coordinate representation of color #656256: hue angle of 48º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #656256 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 98 | 86 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.60 |
| HSL | 48º | 0.08% | 0.37% | - |
| HSV(B) | 48º | 0.15% | 0.4% | - |
| XYZ | 11.41 | 12.17 | 10.55 | - |
| YUV | 97.53 | 121.49 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 98 | 86 | 0 | 0.03 | 0.15 | 0.60 | 48 | 0.08 | 0.37 |
| Hex | 65 | 62 | 56 | 0 | 3 | F | 3C | 30 | 8 | 25 |
| Octal | 145 | 142 | 126 | 0 | 3 | 17 | 74 | 60 | 10 | 45 |
| Binary | 1100101 | 1100010 | 1010110 | 0 | 11 | 1111 | 111100 | 110000 | 1000 | 100101 |
Color Harmonies of #656256
Complementary color
Monochromatic Colors of #656256
Black with #656256
Text Example
Text Example
White with #656256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656256; }
p { color: rgb(101,98,86); }
H1.HeaderClassName
{
color: #656256;
}
.AnyTagClassName
{
color: #656256;
}
</style>
background-color css
<style>
a { background-color: #656256; }
a { background-color: rgb(101,98,86); }
div.DivClassName
{
background-color: #656256;
}
.BgClassName
{
background-color: #656256;
}
</style>
border-color css
<style>
span { border-color: #656256; }
span { border-color: rgb(101,98,86); }
td.TdClassName
{
border-color: #656256;
}
.TagClassName
{
border-color: #656256;
}
</style>