Shades of Storm Dust #6A695B
Tints of Storm Dust #6A695B
RGB
CMYK
RGB Variations
Color information
#6A695B (or 0x6A695B) is known color: Storm Dust. HEX triplet: 6A, 69 and 5B. RGB value is (106,105,91). Sum of RGB (Red+Green+Blue) = 106+105+91=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 106 - color contains mainly: red. Hex color #6A695B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A695B is #9596A4. Grayscale: #676767. Windows color (decimal): -9803429 or 5990762. OLE color: 5990762.
HSL color Cylindrical-coordinate representation of color #6A695B: hue angle of 56º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6A695B is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 105 | 91 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.58 |
| HSL | 56º | 0.08% | 0.39% | - |
| HSV(B) | 56º | 0.14% | 0.42% | - |
| XYZ | 12.88 | 13.92 | 11.91 | - |
| YUV | 103.7 | 120.83 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 105 | 91 | 0 | 0.01 | 0.14 | 0.58 | 56 | 0.08 | 0.39 |
| Hex | 6A | 69 | 5B | 0 | 1 | E | 3A | 38 | 8 | 27 |
| Octal | 152 | 151 | 133 | 0 | 1 | 16 | 72 | 70 | 10 | 47 |
| Binary | 1101010 | 1101001 | 1011011 | 0 | 1 | 1110 | 111010 | 111000 | 1000 | 100111 |
Color Harmonies of #6A695B
Complementary color
Monochromatic Colors of #6A695B
Black with #6A695B
Text Example
Text Example
White with #6A695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A695B; }
p { color: rgb(106,105,91); }
H1.HeaderClassName
{
color: #6A695B;
}
.AnyTagClassName
{
color: #6A695B;
}
</style>
background-color css
<style>
a { background-color: #6A695B; }
a { background-color: rgb(106,105,91); }
div.DivClassName
{
background-color: #6A695B;
}
.BgClassName
{
background-color: #6A695B;
}
</style>
border-color css
<style>
span { border-color: #6A695B; }
span { border-color: rgb(106,105,91); }
td.TdClassName
{
border-color: #6A695B;
}
.TagClassName
{
border-color: #6A695B;
}
</style>