Shades of Storm Dust #6A675A
Tints of Storm Dust #6A675A
RGB
CMYK
RGB Variations
Color information
#6A675A (or 0x6A675A) is known color: Storm Dust. HEX triplet: 6A, 67 and 5A. RGB value is (106,103,90). Sum of RGB (Red+Green+Blue) = 106+103+90=299 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.45% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 106 - color contains mainly: red. Hex color #6A675A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A675A is #9598A5. Grayscale: #666666. Windows color (decimal): -9803942 or 5924714. OLE color: 5924714.
HSL color Cylindrical-coordinate representation of color #6A675A: hue angle of 48.75º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6A675A is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 103 | 90 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.58 |
| HSL | 48.75º | 0.08% | 0.38% | - |
| HSV(B) | 48.75º | 0.15% | 0.42% | - |
| XYZ | 12.64 | 13.5 | 11.61 | - |
| YUV | 102.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 103 | 90 | 0 | 0.03 | 0.15 | 0.58 | 48.75 | 0.08 | 0.38 |
| Hex | 6A | 67 | 5A | 0 | 3 | F | 3A | 31 | 8 | 26 |
| Octal | 152 | 147 | 132 | 0 | 3 | 17 | 72 | 61 | 10 | 46 |
| Binary | 1101010 | 1100111 | 1011010 | 0 | 11 | 1111 | 111010 | 110001 | 1000 | 100110 |
Color Harmonies of #6A675A
Complementary color
Monochromatic Colors of #6A675A
Black with #6A675A
Text Example
Text Example
White with #6A675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A675A; }
p { color: rgb(106,103,90); }
H1.HeaderClassName
{
color: #6A675A;
}
.AnyTagClassName
{
color: #6A675A;
}
</style>
background-color css
<style>
a { background-color: #6A675A; }
a { background-color: rgb(106,103,90); }
div.DivClassName
{
background-color: #6A675A;
}
.BgClassName
{
background-color: #6A675A;
}
</style>
border-color css
<style>
span { border-color: #6A675A; }
span { border-color: rgb(106,103,90); }
td.TdClassName
{
border-color: #6A675A;
}
.TagClassName
{
border-color: #6A675A;
}
</style>