Shades of Storm Dust #65655E
Tints of Storm Dust #65655E
RGB
CMYK
RGB Variations
Color information
#65655E (or 0x65655E) is known color: Storm Dust. HEX triplet: 65, 65 and 5E. RGB value is (101,101,94). Sum of RGB (Red+Green+Blue) = 101+101+94=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 101 - color contains mainly: red, green. Hex color #65655E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65655E is #9A9AA1. Grayscale: #646464. Windows color (decimal): -10132130 or 6186341. OLE color: 6186341.
HSL color Cylindrical-coordinate representation of color #65655E: 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.07%. Process color model (Four color, CMYK) of #65655E is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 101 | 94 | - |
| CMYK | 0 | 0 | 0.07 | 0.60 |
| HSL | 60º | 0.04% | 0.38% | - |
| HSV(B) | 60º | 0.07% | 0.4% | - |
| XYZ | 12.04 | 12.88 | 12.44 | - |
| YUV | 100.2 | 124.5 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 101 | 94 | 0 | 0 | 0.07 | 0.60 | 60 | 0.04 | 0.38 |
| Hex | 65 | 65 | 5E | 0 | 0 | 7 | 3C | 3C | 4 | 26 |
| Octal | 145 | 145 | 136 | 0 | 0 | 7 | 74 | 74 | 4 | 46 |
| Binary | 1100101 | 1100101 | 1011110 | 0 | 0 | 111 | 111100 | 111100 | 100 | 100110 |
Color Harmonies of #65655E
Complementary color
Monochromatic Colors of #65655E
Black with #65655E
Text Example
Text Example
White with #65655E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65655E; }
p { color: rgb(101,101,94); }
H1.HeaderClassName
{
color: #65655E;
}
.AnyTagClassName
{
color: #65655E;
}
</style>
background-color css
<style>
a { background-color: #65655E; }
a { background-color: rgb(101,101,94); }
div.DivClassName
{
background-color: #65655E;
}
.BgClassName
{
background-color: #65655E;
}
</style>
border-color css
<style>
span { border-color: #65655E; }
span { border-color: rgb(101,101,94); }
td.TdClassName
{
border-color: #65655E;
}
.TagClassName
{
border-color: #65655E;
}
</style>