Shades of Storm Dust #6B685F
Tints of Storm Dust #6B685F
RGB
CMYK
RGB Variations
Color information
#6B685F (or 0x6B685F) is known color: Storm Dust. HEX triplet: 6B, 68 and 5F. RGB value is (107,104,95). Sum of RGB (Red+Green+Blue) = 107+104+95=306 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.97% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 107 - color contains mainly: red. Hex color #6B685F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B685F is #9497A0. Grayscale: #676767. Windows color (decimal): -9738145 or 6252651. OLE color: 6252651.
HSL color Cylindrical-coordinate representation of color #6B685F: hue angle of 45º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6B685F is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 104 | 95 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.58 |
| HSL | 45º | 0.06% | 0.4% | - |
| HSV(B) | 45º | 0.11% | 0.42% | - |
| XYZ | 13.08 | 13.85 | 12.81 | - |
| YUV | 103.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 104 | 95 | 0 | 0.03 | 0.11 | 0.58 | 45 | 0.06 | 0.4 |
| Hex | 6B | 68 | 5F | 0 | 3 | B | 3A | 2D | 6 | 28 |
| Octal | 153 | 150 | 137 | 0 | 3 | 13 | 72 | 55 | 6 | 50 |
| Binary | 1101011 | 1101000 | 1011111 | 0 | 11 | 1011 | 111010 | 101101 | 110 | 101000 |
Color Harmonies of #6B685F
Complementary color
Monochromatic Colors of #6B685F
Black with #6B685F
Text Example
Text Example
White with #6B685F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B685F; }
p { color: rgb(107,104,95); }
H1.HeaderClassName
{
color: #6B685F;
}
.AnyTagClassName
{
color: #6B685F;
}
</style>
background-color css
<style>
a { background-color: #6B685F; }
a { background-color: rgb(107,104,95); }
div.DivClassName
{
background-color: #6B685F;
}
.BgClassName
{
background-color: #6B685F;
}
</style>
border-color css
<style>
span { border-color: #6B685F; }
span { border-color: rgb(107,104,95); }
td.TdClassName
{
border-color: #6B685F;
}
.TagClassName
{
border-color: #6B685F;
}
</style>