#61615A

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

Shades of Storm Dust #61615A

Tints of Storm Dust #61615A

Color information

#61615A (or 0x61615A) is unknown color: approx Storm Dust. HEX triplet: 61, 61 and 5A. RGB value is (97,97,90). Sum of RGB (Red+Green+Blue) = 97+97+90=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 97 - color contains mainly: red, green. Hex color #61615A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61615A is #9E9EA5. Grayscale: #606060. Windows color (decimal): -10395302 or 5923169. OLE color: 5923169.

HSL color Cylindrical-coordinate representation of color #61615A: hue angle of 60º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #61615A is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB979790-
CMYK000.070.62
HSL60º3.74%36.67%-
HSV(B)60º7.22%38.04%-
XYZ11.0511.8311.37-
YUV96.2124.5128.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.15%
GREEN value IS 97 (38.28% from 255) = 34.15%
BLUE value IS 90 (35.55% from 255) = 31.69%
R=34.15%
G=34.15%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal979790000.070.62603.7436.67
Hex61615A0073E3c425
Octal1411411320077674445
Binary11000011100001101101000111111110111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61615A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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