Shades of Storm Dust #69655A
Tints of Storm Dust #69655A
RGB
CMYK
RGB Variations
Color information
#69655A (or 0x69655A) is known color: Storm Dust. HEX triplet: 69, 65 and 5A. RGB value is (105,101,90). Sum of RGB (Red+Green+Blue) = 105+101+90=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 105 - color contains mainly: red. Hex color #69655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69655A is #969AA5. Grayscale: #646464. Windows color (decimal): -9869990 or 5924201. OLE color: 5924201.
HSL color Cylindrical-coordinate representation of color #69655A: hue angle of 44º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #69655A is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 101 | 90 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.59 |
| HSL | 44º | 0.08% | 0.38% | - |
| HSV(B) | 44º | 0.14% | 0.41% | - |
| XYZ | 12.32 | 13.05 | 11.54 | - |
| YUV | 100.94 | 121.83 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 101 | 90 | 0 | 0.04 | 0.14 | 0.59 | 44 | 0.08 | 0.38 |
| Hex | 69 | 65 | 5A | 0 | 4 | E | 3B | 2C | 8 | 26 |
| Octal | 151 | 145 | 132 | 0 | 4 | 16 | 73 | 54 | 10 | 46 |
| Binary | 1101001 | 1100101 | 1011010 | 0 | 100 | 1110 | 111011 | 101100 | 1000 | 100110 |
Color Harmonies of #69655A
Complementary color
Monochromatic Colors of #69655A
Black with #69655A
Text Example
Text Example
White with #69655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69655A; }
p { color: rgb(105,101,90); }
H1.HeaderClassName
{
color: #69655A;
}
.AnyTagClassName
{
color: #69655A;
}
</style>
background-color css
<style>
a { background-color: #69655A; }
a { background-color: rgb(105,101,90); }
div.DivClassName
{
background-color: #69655A;
}
.BgClassName
{
background-color: #69655A;
}
</style>
border-color css
<style>
span { border-color: #69655A; }
span { border-color: rgb(105,101,90); }
td.TdClassName
{
border-color: #69655A;
}
.TagClassName
{
border-color: #69655A;
}
</style>