Shades of Storm Dust #65655D
Tints of Storm Dust #65655D
RGB
CMYK
RGB Variations
Color information
#65655D (or 0x65655D) is known color: Storm Dust. HEX triplet: 65, 65 and 5D. RGB value is (101,101,93). Sum of RGB (Red+Green+Blue) = 101+101+93=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 101 - color contains mainly: red, green. Hex color #65655D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65655D is #9A9AA2. Grayscale: #646464. Windows color (decimal): -10132131 or 6120805. OLE color: 6120805.
HSL color Cylindrical-coordinate representation of color #65655D: hue angle of 60º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #65655D is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 101 | 93 | - |
| CMYK | 0 | 0 | 0.08 | 0.60 |
| HSL | 60º | 0.04% | 0.38% | - |
| HSV(B) | 60º | 0.08% | 0.4% | - |
| XYZ | 12 | 12.86 | 12.21 | - |
| YUV | 100.09 | 124 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 101 | 93 | 0 | 0 | 0.08 | 0.60 | 60 | 0.04 | 0.38 |
| Hex | 65 | 65 | 5D | 0 | 0 | 8 | 3C | 3C | 4 | 26 |
| Octal | 145 | 145 | 135 | 0 | 0 | 10 | 74 | 74 | 4 | 46 |
| Binary | 1100101 | 1100101 | 1011101 | 0 | 0 | 1000 | 111100 | 111100 | 100 | 100110 |
Color Harmonies of #65655D
Complementary color
Monochromatic Colors of #65655D
Black with #65655D
Text Example
Text Example
White with #65655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65655D; }
p { color: rgb(101,101,93); }
H1.HeaderClassName
{
color: #65655D;
}
.AnyTagClassName
{
color: #65655D;
}
</style>
background-color css
<style>
a { background-color: #65655D; }
a { background-color: rgb(101,101,93); }
div.DivClassName
{
background-color: #65655D;
}
.BgClassName
{
background-color: #65655D;
}
</style>
border-color css
<style>
span { border-color: #65655D; }
span { border-color: rgb(101,101,93); }
td.TdClassName
{
border-color: #65655D;
}
.TagClassName
{
border-color: #65655D;
}
</style>