Shades of Storm Dust #625F54
Tints of Storm Dust #625F54
RGB
CMYK
RGB Variations
Color information
#625F54 (or 0x625F54) is known color: Storm Dust. HEX triplet: 62, 5F and 54. RGB value is (98,95,84). Sum of RGB (Red+Green+Blue) = 98+95+84=277 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.38% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 84 (33.20% from 255 or 30.32% from 277); Max value from RGB is 98 - color contains mainly: red. Hex color #625F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625F54 is #9DA0AB. Grayscale: #5E5E5E. Windows color (decimal): -10330284 or 5529442. OLE color: 5529442.
HSL color Cylindrical-coordinate representation of color #625F54: hue angle of 47.14º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #625F54 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 95 | 84 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.62 |
| HSL | 47.14º | 0.08% | 0.36% | - |
| HSV(B) | 47.14º | 0.14% | 0.38% | - |
| XYZ | 10.73 | 11.42 | 10.03 | - |
| YUV | 94.64 | 121.99 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 95 | 84 | 0 | 0.03 | 0.14 | 0.62 | 47.14 | 0.08 | 0.36 |
| Hex | 62 | 5F | 54 | 0 | 3 | E | 3E | 2F | 8 | 24 |
| Octal | 142 | 137 | 124 | 0 | 3 | 16 | 76 | 57 | 10 | 44 |
| Binary | 1100010 | 1011111 | 1010100 | 0 | 11 | 1110 | 111110 | 101111 | 1000 | 100100 |
Color Harmonies of #625F54
Complementary color
Monochromatic Colors of #625F54
Black with #625F54
Text Example
Text Example
White with #625F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625F54; }
p { color: rgb(98,95,84); }
H1.HeaderClassName
{
color: #625F54;
}
.AnyTagClassName
{
color: #625F54;
}
</style>
background-color css
<style>
a { background-color: #625F54; }
a { background-color: rgb(98,95,84); }
div.DivClassName
{
background-color: #625F54;
}
.BgClassName
{
background-color: #625F54;
}
</style>
border-color css
<style>
span { border-color: #625F54; }
span { border-color: rgb(98,95,84); }
td.TdClassName
{
border-color: #625F54;
}
.TagClassName
{
border-color: #625F54;
}
</style>