Shades of Storm Dust #68655C
Tints of Storm Dust #68655C
RGB
CMYK
RGB Variations
Color information
#68655C (or 0x68655C) is known color: Storm Dust. HEX triplet: 68, 65 and 5C. RGB value is (104,101,92). Sum of RGB (Red+Green+Blue) = 104+101+92=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 104 - color contains mainly: red. Hex color #68655C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68655C is #979AA3. Grayscale: #646464. Windows color (decimal): -9935524 or 6055272. OLE color: 6055272.
HSL color Cylindrical-coordinate representation of color #68655C: hue angle of 45º degrees, saturation: 0.06, 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 #68655C is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 101 | 92 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.59 |
| HSL | 45º | 0.06% | 0.38% | - |
| HSV(B) | 45º | 0.12% | 0.41% | - |
| XYZ | 12.29 | 13.02 | 11.99 | - |
| YUV | 100.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 92 | 0 | 0.03 | 0.12 | 0.59 | 45 | 0.06 | 0.38 |
| Hex | 68 | 65 | 5C | 0 | 3 | C | 3B | 2D | 6 | 26 |
| Octal | 150 | 145 | 134 | 0 | 3 | 14 | 73 | 55 | 6 | 46 |
| Binary | 1101000 | 1100101 | 1011100 | 0 | 11 | 1100 | 111011 | 101101 | 110 | 100110 |
Color Harmonies of #68655C
Complementary color
Monochromatic Colors of #68655C
Black with #68655C
Text Example
Text Example
White with #68655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68655C; }
p { color: rgb(104,101,92); }
H1.HeaderClassName
{
color: #68655C;
}
.AnyTagClassName
{
color: #68655C;
}
</style>
background-color css
<style>
a { background-color: #68655C; }
a { background-color: rgb(104,101,92); }
div.DivClassName
{
background-color: #68655C;
}
.BgClassName
{
background-color: #68655C;
}
</style>
border-color css
<style>
span { border-color: #68655C; }
span { border-color: rgb(104,101,92); }
td.TdClassName
{
border-color: #68655C;
}
.TagClassName
{
border-color: #68655C;
}
</style>