Shades of Storm Dust #68655A
Tints of Storm Dust #68655A
RGB
CMYK
RGB Variations
Color information
#68655A (or 0x68655A) is known color: Storm Dust. HEX triplet: 68, 65 and 5A. RGB value is (104,101,90). Sum of RGB (Red+Green+Blue) = 104+101+90=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 104 - color contains mainly: red. Hex color #68655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68655A is #979AA5. Grayscale: #646464. Windows color (decimal): -9935526 or 5924200. OLE color: 5924200.
HSL color Cylindrical-coordinate representation of color #68655A: hue angle of 47.14º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #68655A is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 101 | 90 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.59 |
| HSL | 47.14º | 0.07% | 0.38% | - |
| HSV(B) | 47.14º | 0.13% | 0.41% | - |
| XYZ | 12.21 | 12.99 | 11.54 | - |
| YUV | 100.64 | 121.99 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 90 | 0 | 0.03 | 0.13 | 0.59 | 47.14 | 0.07 | 0.38 |
| Hex | 68 | 65 | 5A | 0 | 3 | D | 3B | 2F | 7 | 26 |
| Octal | 150 | 145 | 132 | 0 | 3 | 15 | 73 | 57 | 7 | 46 |
| Binary | 1101000 | 1100101 | 1011010 | 0 | 11 | 1101 | 111011 | 101111 | 111 | 100110 |
Color Harmonies of #68655A
Complementary color
Monochromatic Colors of #68655A
Black with #68655A
Text Example
Text Example
White with #68655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68655A; }
p { color: rgb(104,101,90); }
H1.HeaderClassName
{
color: #68655A;
}
.AnyTagClassName
{
color: #68655A;
}
</style>
background-color css
<style>
a { background-color: #68655A; }
a { background-color: rgb(104,101,90); }
div.DivClassName
{
background-color: #68655A;
}
.BgClassName
{
background-color: #68655A;
}
</style>
border-color css
<style>
span { border-color: #68655A; }
span { border-color: rgb(104,101,90); }
td.TdClassName
{
border-color: #68655A;
}
.TagClassName
{
border-color: #68655A;
}
</style>