Shades of Storm Dust #69695D
Tints of Storm Dust #69695D
RGB
CMYK
RGB Variations
Color information
#69695D (or 0x69695D) is known color: Storm Dust. HEX triplet: 69, 69 and 5D. RGB value is (105,105,93). Sum of RGB (Red+Green+Blue) = 105+105+93=303 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.65% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 105 - color contains mainly: red, green. Hex color #69695D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69695D is #9696A2. Grayscale: #676767. Windows color (decimal): -9868963 or 6121833. OLE color: 6121833.
HSL color Cylindrical-coordinate representation of color #69695D: hue angle of 60º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #69695D is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 105 | 93 | - |
| CMYK | 0 | 0 | 0.11 | 0.59 |
| HSL | 60º | 0.06% | 0.39% | - |
| HSV(B) | 60º | 0.11% | 0.41% | - |
| XYZ | 12.85 | 13.9 | 12.36 | - |
| YUV | 103.63 | 122 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 105 | 93 | 0 | 0 | 0.11 | 0.59 | 60 | 0.06 | 0.39 |
| Hex | 69 | 69 | 5D | 0 | 0 | B | 3B | 3C | 6 | 27 |
| Octal | 151 | 151 | 135 | 0 | 0 | 13 | 73 | 74 | 6 | 47 |
| Binary | 1101001 | 1101001 | 1011101 | 0 | 0 | 1011 | 111011 | 111100 | 110 | 100111 |
Color Harmonies of #69695D
Complementary color
Monochromatic Colors of #69695D
Black with #69695D
Text Example
Text Example
White with #69695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69695D; }
p { color: rgb(105,105,93); }
H1.HeaderClassName
{
color: #69695D;
}
.AnyTagClassName
{
color: #69695D;
}
</style>
background-color css
<style>
a { background-color: #69695D; }
a { background-color: rgb(105,105,93); }
div.DivClassName
{
background-color: #69695D;
}
.BgClassName
{
background-color: #69695D;
}
</style>
border-color css
<style>
span { border-color: #69695D; }
span { border-color: rgb(105,105,93); }
td.TdClassName
{
border-color: #69695D;
}
.TagClassName
{
border-color: #69695D;
}
</style>