Shades of Storm Dust #66635A
Tints of Storm Dust #66635A
RGB
CMYK
RGB Variations
Color information
#66635A (or 0x66635A) is known color: Storm Dust. HEX triplet: 66, 63 and 5A. RGB value is (102,99,90). Sum of RGB (Red+Green+Blue) = 102+99+90=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 102 - color contains mainly: red. Hex color #66635A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66635A is #999CA5. Grayscale: #626262. Windows color (decimal): -10067110 or 5923686. OLE color: 5923686.
HSL color Cylindrical-coordinate representation of color #66635A: hue angle of 45º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #66635A is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 99 | 90 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.6 |
| HSL | 45º | 0.06% | 0.38% | - |
| HSV(B) | 45º | 0.12% | 0.4% | - |
| XYZ | 11.79 | 12.49 | 11.46 | - |
| YUV | 98.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 99 | 90 | 0 | 0.03 | 0.12 | 0.6 | 45 | 0.06 | 0.38 |
| Hex | 66 | 63 | 5A | 0 | 3 | C | 3C | 2D | 6 | 26 |
| Octal | 146 | 143 | 132 | 0 | 3 | 14 | 74 | 55 | 6 | 46 |
| Binary | 1100110 | 1100011 | 1011010 | 0 | 11 | 1100 | 111100 | 101101 | 110 | 100110 |
Color Harmonies of #66635A
Complementary color
Monochromatic Colors of #66635A
Black with #66635A
Text Example
Text Example
White with #66635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66635A; }
p { color: rgb(102,99,90); }
H1.HeaderClassName
{
color: #66635A;
}
.AnyTagClassName
{
color: #66635A;
}
</style>
background-color css
<style>
a { background-color: #66635A; }
a { background-color: rgb(102,99,90); }
div.DivClassName
{
background-color: #66635A;
}
.BgClassName
{
background-color: #66635A;
}
</style>
border-color css
<style>
span { border-color: #66635A; }
span { border-color: rgb(102,99,90); }
td.TdClassName
{
border-color: #66635A;
}
.TagClassName
{
border-color: #66635A;
}
</style>