Shades of Storm Dust #6A675D
Tints of Storm Dust #6A675D
RGB
CMYK
RGB Variations
Color information
#6A675D (or 0x6A675D) is known color: Storm Dust. HEX triplet: 6A, 67 and 5D. RGB value is (106,103,93). Sum of RGB (Red+Green+Blue) = 106+103+93=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 106 - color contains mainly: red. Hex color #6A675D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A675D is #9598A2. Grayscale: #666666. Windows color (decimal): -9803939 or 6121322. OLE color: 6121322.
HSL color Cylindrical-coordinate representation of color #6A675D: hue angle of 46.15º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6A675D is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 103 | 93 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.58 |
| HSL | 46.15º | 0.07% | 0.39% | - |
| HSV(B) | 46.15º | 0.12% | 0.42% | - |
| XYZ | 12.77 | 13.55 | 12.3 | - |
| YUV | 102.76 | 122.49 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 103 | 93 | 0 | 0.03 | 0.12 | 0.58 | 46.15 | 0.07 | 0.39 |
| Hex | 6A | 67 | 5D | 0 | 3 | C | 3A | 2E | 7 | 27 |
| Octal | 152 | 147 | 135 | 0 | 3 | 14 | 72 | 56 | 7 | 47 |
| Binary | 1101010 | 1100111 | 1011101 | 0 | 11 | 1100 | 111010 | 101110 | 111 | 100111 |
Color Harmonies of #6A675D
Complementary color
Monochromatic Colors of #6A675D
Black with #6A675D
Text Example
Text Example
White with #6A675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A675D; }
p { color: rgb(106,103,93); }
H1.HeaderClassName
{
color: #6A675D;
}
.AnyTagClassName
{
color: #6A675D;
}
</style>
background-color css
<style>
a { background-color: #6A675D; }
a { background-color: rgb(106,103,93); }
div.DivClassName
{
background-color: #6A675D;
}
.BgClassName
{
background-color: #6A675D;
}
</style>
border-color css
<style>
span { border-color: #6A675D; }
span { border-color: rgb(106,103,93); }
td.TdClassName
{
border-color: #6A675D;
}
.TagClassName
{
border-color: #6A675D;
}
</style>