Shades of Storm Dust #62625E
Tints of Storm Dust #62625E
RGB
CMYK
RGB Variations
Color information
#62625E (or 0x62625E) is known color: Storm Dust. HEX triplet: 62, 62 and 5E. RGB value is (98,98,94). Sum of RGB (Red+Green+Blue) = 98+98+94=290 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.79% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 98 - color contains mainly: red, green. Hex color #62625E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62625E is #9D9DA1. Grayscale: #616161. Windows color (decimal): -10329506 or 6185570. OLE color: 6185570.
HSL color Cylindrical-coordinate representation of color #62625E: hue angle of 60º degrees, saturation: 0.02, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #62625E is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
RGB | 98 | 98 | 94 | - |
CMYK | 0 | 0 | 0.04 | 0.62 |
HSL | 60º | 0.02% | 0.38% | - |
HSV(B) | 60º | 0.04% | 0.38% | - |
XYZ | 11.43 | 12.14 | 12.33 | - |
YUV | 97.54 | 126 | 128.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 98 | 98 | 94 | 0 | 0 | 0.04 | 0.62 | 60 | 0.02 | 0.38 |
Hex | 62 | 62 | 5E | 0 | 0 | 4 | 3E | 3C | 2 | 26 |
Octal | 142 | 142 | 136 | 0 | 0 | 4 | 76 | 74 | 2 | 46 |
Binary | 1100010 | 1100010 | 1011110 | 0 | 0 | 100 | 111110 | 111100 | 10 | 100110 |
Color Harmonies of #62625E
Complementary color
Monochromatic Colors of #62625E
Black with #62625E
Text Example
Text Example
White with #62625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62625E; }
p { color: rgb(98,98,94); }
H1.HeaderClassName
{
color: #62625E;
}
.AnyTagClassName
{
color: #62625E;
}
</style>
background-color css
<style>
a { background-color: #62625E; }
a { background-color: rgb(98,98,94); }
div.DivClassName
{
background-color: #62625E;
}
.BgClassName
{
background-color: #62625E;
}
</style>
border-color css
<style>
span { border-color: #62625E; }
span { border-color: rgb(98,98,94); }
td.TdClassName
{
border-color: #62625E;
}
.TagClassName
{
border-color: #62625E;
}
</style>