Shades of Storm Dust #68665E
Tints of Storm Dust #68665E
RGB
CMYK
RGB Variations
Color information
#68665E (or 0x68665E) is known color: Storm Dust. HEX triplet: 68, 66 and 5E. RGB value is (104,102,94). Sum of RGB (Red+Green+Blue) = 104+102+94=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 104 - color contains mainly: red. Hex color #68665E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68665E is #9799A1. Grayscale: #656565. Windows color (decimal): -9935266 or 6186600. OLE color: 6186600.
HSL color Cylindrical-coordinate representation of color #68665E: hue angle of 48º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #68665E is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 102 | 94 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.59 |
| HSL | 48º | 0.05% | 0.39% | - |
| HSV(B) | 48º | 0.1% | 0.41% | - |
| XYZ | 12.48 | 13.25 | 12.49 | - |
| YUV | 101.69 | 123.66 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 94 | 0 | 0.02 | 0.10 | 0.59 | 48 | 0.05 | 0.39 |
| Hex | 68 | 66 | 5E | 0 | 2 | A | 3B | 30 | 5 | 27 |
| Octal | 150 | 146 | 136 | 0 | 2 | 12 | 73 | 60 | 5 | 47 |
| Binary | 1101000 | 1100110 | 1011110 | 0 | 10 | 1010 | 111011 | 110000 | 101 | 100111 |
Color Harmonies of #68665E
Complementary color
Monochromatic Colors of #68665E
Black with #68665E
Text Example
Text Example
White with #68665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68665E; }
p { color: rgb(104,102,94); }
H1.HeaderClassName
{
color: #68665E;
}
.AnyTagClassName
{
color: #68665E;
}
</style>
background-color css
<style>
a { background-color: #68665E; }
a { background-color: rgb(104,102,94); }
div.DivClassName
{
background-color: #68665E;
}
.BgClassName
{
background-color: #68665E;
}
</style>
border-color css
<style>
span { border-color: #68665E; }
span { border-color: rgb(104,102,94); }
td.TdClassName
{
border-color: #68665E;
}
.TagClassName
{
border-color: #68665E;
}
</style>