Shades of Storm Dust #6A6857
Tints of Storm Dust #6A6857
RGB
CMYK
RGB Variations
Color information
#6A6857 (or 0x6A6857) is known color: Storm Dust. HEX triplet: 6A, 68 and 57. RGB value is (106,104,87). Sum of RGB (Red+Green+Blue) = 106+104+87=297 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.69% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6857 is #9597A8. Grayscale: #666666. Windows color (decimal): -9803689 or 5728362. OLE color: 5728362.
HSL color Cylindrical-coordinate representation of color #6A6857: hue angle of 53.68º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6A6857 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 104 | 87 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.58 |
| HSL | 53.68º | 0.1% | 0.38% | - |
| HSV(B) | 53.68º | 0.18% | 0.42% | - |
| XYZ | 12.61 | 13.65 | 10.99 | - |
| YUV | 102.66 | 119.16 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 104 | 87 | 0 | 0.02 | 0.18 | 0.58 | 53.68 | 0.1 | 0.38 |
| Hex | 6A | 68 | 57 | 0 | 2 | 12 | 3A | 36 | A | 26 |
| Octal | 152 | 150 | 127 | 0 | 2 | 22 | 72 | 66 | 12 | 46 |
| Binary | 1101010 | 1101000 | 1010111 | 0 | 10 | 10010 | 111010 | 110110 | 1010 | 100110 |
Color Harmonies of #6A6857
Complementary color
Monochromatic Colors of #6A6857
Black with #6A6857
Text Example
Text Example
White with #6A6857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6857; }
p { color: rgb(106,104,87); }
H1.HeaderClassName
{
color: #6A6857;
}
.AnyTagClassName
{
color: #6A6857;
}
</style>
background-color css
<style>
a { background-color: #6A6857; }
a { background-color: rgb(106,104,87); }
div.DivClassName
{
background-color: #6A6857;
}
.BgClassName
{
background-color: #6A6857;
}
</style>
border-color css
<style>
span { border-color: #6A6857; }
span { border-color: rgb(106,104,87); }
td.TdClassName
{
border-color: #6A6857;
}
.TagClassName
{
border-color: #6A6857;
}
</style>