#61615B

Color #61615B Storm Dust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Storm Dust #61615B

Tints of Storm Dust #61615B

Color information

#61615B (or 0x61615B) is unknown color: approx Storm Dust. HEX triplet: 61, 61 and 5B. RGB value is (97,97,91). Sum of RGB (Red+Green+Blue) = 97+97+91=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 97 - color contains mainly: red, green. Hex color #61615B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61615B is #9E9EA4. Grayscale: #606060. Windows color (decimal): -10395301 or 5988705. OLE color: 5988705.

HSL color Cylindrical-coordinate representation of color #61615B: 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 #61615B is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB979791-
CMYK000.060.62
HSL60º3.19%36.86%-
HSV(B)60º6.19%38.04%-
XYZ11.0911.8511.6-
YUV96.32125128.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 34.04%
GREEN value IS 97 (38.28% from 255) = 34.04%
BLUE value IS 91 (35.94% from 255) = 31.93%
R=34.04%
G=34.04%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal979791000.060.62603.1936.86
Hex61615B0063E3c325
Octal1411411330067674345
Binary1100001110000110110110011011111011110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61615B; }

 p { color: rgb(97,97,91); }

 H1.HeaderClassName
 {
   color: #61615B;
 }
 .AnyTagClassName
 {
   color: #61615B;
 }
</style>
background-color css

<style>
 a { background-color: #61615B; }

 a { background-color: rgb(97,97,91); }

 div.DivClassName
 {
   background-color: #61615B;
 }
 .BgClassName
 {
   background-color: #61615B;
 }
</style>
border-color css

<style>
 span { border-color: #61615B; }

 span { border-color: rgb(97,97,91); }

 td.TdClassName
 {
   border-color: #61615B;
 }
 .TagClassName
 {
   border-color: #61615B;
 }
</style>