Shades of Storm Dust #68645B
Tints of Storm Dust #68645B
RGB
CMYK
RGB Variations
Color information
#68645B (or 0x68645B) is known color: Storm Dust. HEX triplet: 68, 64 and 5B. RGB value is (104,100,91). Sum of RGB (Red+Green+Blue) = 104+100+91=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 104 - color contains mainly: red. Hex color #68645B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68645B is #979BA4. Grayscale: #646464. Windows color (decimal): -9935781 or 5989480. OLE color: 5989480.
HSL color Cylindrical-coordinate representation of color #68645B: hue angle of 41.54º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #68645B is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 100 | 91 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.59 |
| HSL | 41.54º | 0.07% | 0.38% | - |
| HSV(B) | 41.54º | 0.13% | 0.41% | - |
| XYZ | 12.15 | 12.81 | 11.73 | - |
| YUV | 100.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 100 | 91 | 0 | 0.04 | 0.12 | 0.59 | 41.54 | 0.07 | 0.38 |
| Hex | 68 | 64 | 5B | 0 | 4 | C | 3B | 2A | 7 | 26 |
| Octal | 150 | 144 | 133 | 0 | 4 | 14 | 73 | 52 | 7 | 46 |
| Binary | 1101000 | 1100100 | 1011011 | 0 | 100 | 1100 | 111011 | 101010 | 111 | 100110 |
Color Harmonies of #68645B
Complementary color
Monochromatic Colors of #68645B
Black with #68645B
Text Example
Text Example
White with #68645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68645B; }
p { color: rgb(104,100,91); }
H1.HeaderClassName
{
color: #68645B;
}
.AnyTagClassName
{
color: #68645B;
}
</style>
background-color css
<style>
a { background-color: #68645B; }
a { background-color: rgb(104,100,91); }
div.DivClassName
{
background-color: #68645B;
}
.BgClassName
{
background-color: #68645B;
}
</style>
border-color css
<style>
span { border-color: #68645B; }
span { border-color: rgb(104,100,91); }
td.TdClassName
{
border-color: #68645B;
}
.TagClassName
{
border-color: #68645B;
}
</style>