Shades of Storm Dust #62625C
Tints of Storm Dust #62625C
RGB
CMYK
RGB Variations
Color information
#62625C (or 0x62625C) is known color: Storm Dust. HEX triplet: 62, 62 and 5C. RGB value is (98,98,92). Sum of RGB (Red+Green+Blue) = 98+98+92=288 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.03% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 98 - color contains mainly: red, green. Hex color #62625C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62625C is #9D9DA3. Grayscale: #616161. Windows color (decimal): -10329508 or 6054498. OLE color: 6054498.
HSL color Cylindrical-coordinate representation of color #62625C: hue angle of 60º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #62625C is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 98 | 92 | - |
| CMYK | 0 | 0 | 0.06 | 0.62 |
| HSL | 60º | 0.03% | 0.37% | - |
| HSV(B) | 60º | 0.06% | 0.38% | - |
| XYZ | 11.34 | 12.1 | 11.86 | - |
| YUV | 97.32 | 125 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 98 | 92 | 0 | 0 | 0.06 | 0.62 | 60 | 0.03 | 0.37 |
| Hex | 62 | 62 | 5C | 0 | 0 | 6 | 3E | 3C | 3 | 25 |
| Octal | 142 | 142 | 134 | 0 | 0 | 6 | 76 | 74 | 3 | 45 |
| Binary | 1100010 | 1100010 | 1011100 | 0 | 0 | 110 | 111110 | 111100 | 11 | 100101 |
Color Harmonies of #62625C
Complementary color
Monochromatic Colors of #62625C
Black with #62625C
Text Example
Text Example
White with #62625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62625C; }
p { color: rgb(98,98,92); }
H1.HeaderClassName
{
color: #62625C;
}
.AnyTagClassName
{
color: #62625C;
}
</style>
background-color css
<style>
a { background-color: #62625C; }
a { background-color: rgb(98,98,92); }
div.DivClassName
{
background-color: #62625C;
}
.BgClassName
{
background-color: #62625C;
}
</style>
border-color css
<style>
span { border-color: #62625C; }
span { border-color: rgb(98,98,92); }
td.TdClassName
{
border-color: #62625C;
}
.TagClassName
{
border-color: #62625C;
}
</style>