Shades of Storm Dust #6A685C
Tints of Storm Dust #6A685C
RGB
CMYK
RGB Variations
Color information
#6A685C (or 0x6A685C) is known color: Storm Dust. HEX triplet: 6A, 68 and 5C. RGB value is (106,104,92). Sum of RGB (Red+Green+Blue) = 106+104+92=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 106 - color contains mainly: red. Hex color #6A685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A685C is #9597A3. Grayscale: #676767. Windows color (decimal): -9803684 or 6056042. OLE color: 6056042.
HSL color Cylindrical-coordinate representation of color #6A685C: hue angle of 51.43º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6A685C is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 104 | 92 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.58 |
| HSL | 51.43º | 0.07% | 0.39% | - |
| HSV(B) | 51.43º | 0.13% | 0.42% | - |
| XYZ | 12.83 | 13.74 | 12.1 | - |
| YUV | 103.23 | 121.66 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 104 | 92 | 0 | 0.02 | 0.13 | 0.58 | 51.43 | 0.07 | 0.39 |
| Hex | 6A | 68 | 5C | 0 | 2 | D | 3A | 33 | 7 | 27 |
| Octal | 152 | 150 | 134 | 0 | 2 | 15 | 72 | 63 | 7 | 47 |
| Binary | 1101010 | 1101000 | 1011100 | 0 | 10 | 1101 | 111010 | 110011 | 111 | 100111 |
Color Harmonies of #6A685C
Complementary color
Monochromatic Colors of #6A685C
Black with #6A685C
Text Example
Text Example
White with #6A685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A685C; }
p { color: rgb(106,104,92); }
H1.HeaderClassName
{
color: #6A685C;
}
.AnyTagClassName
{
color: #6A685C;
}
</style>
background-color css
<style>
a { background-color: #6A685C; }
a { background-color: rgb(106,104,92); }
div.DivClassName
{
background-color: #6A685C;
}
.BgClassName
{
background-color: #6A685C;
}
</style>
border-color css
<style>
span { border-color: #6A685C; }
span { border-color: rgb(106,104,92); }
td.TdClassName
{
border-color: #6A685C;
}
.TagClassName
{
border-color: #6A685C;
}
</style>