Shades of Storm Dust #65635B
Tints of Storm Dust #65635B
RGB
CMYK
RGB Variations
Color information
#65635B (or 0x65635B) is known color: Storm Dust. HEX triplet: 65, 63 and 5B. RGB value is (101,99,91). Sum of RGB (Red+Green+Blue) = 101+99+91=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 101 - color contains mainly: red. Hex color #65635B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65635B is #9A9CA4. Grayscale: #626262. Windows color (decimal): -10132645 or 5989221. OLE color: 5989221.
HSL color Cylindrical-coordinate representation of color #65635B: hue angle of 48º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #65635B is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 99 | 91 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.60 |
| HSL | 48º | 0.05% | 0.38% | - |
| HSV(B) | 48º | 0.1% | 0.4% | - |
| XYZ | 11.72 | 12.45 | 11.68 | - |
| YUV | 98.69 | 123.66 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 99 | 91 | 0 | 0.02 | 0.10 | 0.60 | 48 | 0.05 | 0.38 |
| Hex | 65 | 63 | 5B | 0 | 2 | A | 3C | 30 | 5 | 26 |
| Octal | 145 | 143 | 133 | 0 | 2 | 12 | 74 | 60 | 5 | 46 |
| Binary | 1100101 | 1100011 | 1011011 | 0 | 10 | 1010 | 111100 | 110000 | 101 | 100110 |
Color Harmonies of #65635B
Complementary color
Monochromatic Colors of #65635B
Black with #65635B
Text Example
Text Example
White with #65635B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65635B; }
p { color: rgb(101,99,91); }
H1.HeaderClassName
{
color: #65635B;
}
.AnyTagClassName
{
color: #65635B;
}
</style>
background-color css
<style>
a { background-color: #65635B; }
a { background-color: rgb(101,99,91); }
div.DivClassName
{
background-color: #65635B;
}
.BgClassName
{
background-color: #65635B;
}
</style>
border-color css
<style>
span { border-color: #65635B; }
span { border-color: rgb(101,99,91); }
td.TdClassName
{
border-color: #65635B;
}
.TagClassName
{
border-color: #65635B;
}
</style>