Shades of Storm Dust #6B695A
Tints of Storm Dust #6B695A
RGB
CMYK
RGB Variations
Color information
#6B695A (or 0x6B695A) is known color: Storm Dust. HEX triplet: 6B, 69 and 5A. RGB value is (107,105,90). Sum of RGB (Red+Green+Blue) = 107+105+90=302 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.43% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 107 - color contains mainly: red. Hex color #6B695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B695A is #9496A5. Grayscale: #676767. Windows color (decimal): -9737894 or 5925227. OLE color: 5925227.
HSL color Cylindrical-coordinate representation of color #6B695A: hue angle of 52.94º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6B695A is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 105 | 90 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.58 |
| HSL | 52.94º | 0.09% | 0.39% | - |
| HSV(B) | 52.94º | 0.16% | 0.42% | - |
| XYZ | 12.96 | 13.97 | 11.69 | - |
| YUV | 103.89 | 120.16 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 105 | 90 | 0 | 0.02 | 0.16 | 0.58 | 52.94 | 0.09 | 0.39 |
| Hex | 6B | 69 | 5A | 0 | 2 | 10 | 3A | 35 | 9 | 27 |
| Octal | 153 | 151 | 132 | 0 | 2 | 20 | 72 | 65 | 11 | 47 |
| Binary | 1101011 | 1101001 | 1011010 | 0 | 10 | 10000 | 111010 | 110101 | 1001 | 100111 |
Color Harmonies of #6B695A
Complementary color
Monochromatic Colors of #6B695A
Black with #6B695A
Text Example
Text Example
White with #6B695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B695A; }
p { color: rgb(107,105,90); }
H1.HeaderClassName
{
color: #6B695A;
}
.AnyTagClassName
{
color: #6B695A;
}
</style>
background-color css
<style>
a { background-color: #6B695A; }
a { background-color: rgb(107,105,90); }
div.DivClassName
{
background-color: #6B695A;
}
.BgClassName
{
background-color: #6B695A;
}
</style>
border-color css
<style>
span { border-color: #6B695A; }
span { border-color: rgb(107,105,90); }
td.TdClassName
{
border-color: #6B695A;
}
.TagClassName
{
border-color: #6B695A;
}
</style>