Shades of Storm Dust #666254
Tints of Storm Dust #666254
RGB
CMYK
RGB Variations
Color information
#666254 (or 0x666254) is known color: Storm Dust. HEX triplet: 66, 62 and 54. RGB value is (102,98,84). Sum of RGB (Red+Green+Blue) = 102+98+84=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 84 (33.20% from 255 or 29.58% from 284); Max value from RGB is 102 - color contains mainly: red. Hex color #666254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666254 is #999DAB. Grayscale: #616161. Windows color (decimal): -10067372 or 5530214. OLE color: 5530214.
HSL color Cylindrical-coordinate representation of color #666254: hue angle of 46.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #666254 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 98 | 84 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.6 |
| HSL | 46.67º | 0.1% | 0.36% | - |
| HSV(B) | 46.67º | 0.18% | 0.4% | - |
| XYZ | 11.45 | 12.2 | 10.14 | - |
| YUV | 97.6 | 120.33 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 84 | 0 | 0.04 | 0.18 | 0.6 | 46.67 | 0.1 | 0.36 |
| Hex | 66 | 62 | 54 | 0 | 4 | 12 | 3C | 2F | A | 24 |
| Octal | 146 | 142 | 124 | 0 | 4 | 22 | 74 | 57 | 12 | 44 |
| Binary | 1100110 | 1100010 | 1010100 | 0 | 100 | 10010 | 111100 | 101111 | 1010 | 100100 |
Color Harmonies of #666254
Complementary color
Monochromatic Colors of #666254
Black with #666254
Text Example
Text Example
White with #666254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666254; }
p { color: rgb(102,98,84); }
H1.HeaderClassName
{
color: #666254;
}
.AnyTagClassName
{
color: #666254;
}
</style>
background-color css
<style>
a { background-color: #666254; }
a { background-color: rgb(102,98,84); }
div.DivClassName
{
background-color: #666254;
}
.BgClassName
{
background-color: #666254;
}
</style>
border-color css
<style>
span { border-color: #666254; }
span { border-color: rgb(102,98,84); }
td.TdClassName
{
border-color: #666254;
}
.TagClassName
{
border-color: #666254;
}
</style>