Shades of Storm Dust #6B675B
Tints of Storm Dust #6B675B
RGB
CMYK
RGB Variations
Color information
#6B675B (or 0x6B675B) is known color: Storm Dust. HEX triplet: 6B, 67 and 5B. RGB value is (107,103,91). Sum of RGB (Red+Green+Blue) = 107+103+91=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 107 - color contains mainly: red. Hex color #6B675B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B675B is #9498A4. Grayscale: #666666. Windows color (decimal): -9738405 or 5990251. OLE color: 5990251.
HSL color Cylindrical-coordinate representation of color #6B675B: hue angle of 45º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6B675B is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 103 | 91 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.58 |
| HSL | 45º | 0.08% | 0.39% | - |
| HSV(B) | 45º | 0.15% | 0.42% | - |
| XYZ | 12.8 | 13.58 | 11.84 | - |
| YUV | 102.83 | 121.33 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 103 | 91 | 0 | 0.04 | 0.15 | 0.58 | 45 | 0.08 | 0.39 |
| Hex | 6B | 67 | 5B | 0 | 4 | F | 3A | 2D | 8 | 27 |
| Octal | 153 | 147 | 133 | 0 | 4 | 17 | 72 | 55 | 10 | 47 |
| Binary | 1101011 | 1100111 | 1011011 | 0 | 100 | 1111 | 111010 | 101101 | 1000 | 100111 |
Color Harmonies of #6B675B
Complementary color
Monochromatic Colors of #6B675B
Black with #6B675B
Text Example
Text Example
White with #6B675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B675B; }
p { color: rgb(107,103,91); }
H1.HeaderClassName
{
color: #6B675B;
}
.AnyTagClassName
{
color: #6B675B;
}
</style>
background-color css
<style>
a { background-color: #6B675B; }
a { background-color: rgb(107,103,91); }
div.DivClassName
{
background-color: #6B675B;
}
.BgClassName
{
background-color: #6B675B;
}
</style>
border-color css
<style>
span { border-color: #6B675B; }
span { border-color: rgb(107,103,91); }
td.TdClassName
{
border-color: #6B675B;
}
.TagClassName
{
border-color: #6B675B;
}
</style>