Html Css Color HEX #616160 Storm Dust

📋 copy color: '#616160'

red 97 ◦ green 97 ◦ blue 96

#616160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Storm Dust #616160

Tints of Storm Dust #616160

RGB

 RED value IS 97 (38.28% from 255) = 33.45%

 GREEN value IS 97 (38.28% from 255) = 33.45%

 BLUE value IS 96 (37.89% from 255) = 33.1%

R = 33.45%
G = 33.45%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#616160 (or 0x616160) is known color: Storm Dust. HEX triplet: 61, 61 and 60. RGB value is (97,97,96). Sum of RGB (Red+Green+Blue) = 97+97+96=290 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.45% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 97 - color contains mainly: red, green. Hex color #616160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616160 is #9E9E9F. Grayscale: #606060. Windows color (decimal): -10395296 or 6316385. OLE color: 6316385.

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

Color convert

RGB 97 97 96 -
CMYK 0 0 0.01 0.62
HSL 60º 0.01% 0.38% -
HSV(B) 60º 0.01% 0.38% -
XYZ 11.32 11.94 12.77 -
YUV 96.89 127.5 128.08 -
System Red Green Blue C M Y K H S L
Decimal 97 97 96 0 0 0.01 0.62 60 0.01 0.38
Hex 61 61 60 0 0 1 3E 3C 1 26
Octal 141 141 140 0 0 1 76 74 1 46
Binary 1100001 1100001 1100000 0 0 1 111110 111100 1 100110

Color Harmonies of #616160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616160

Black with #616160

Text Example


Text Example

White with #616160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616160; }

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

 H1.HeaderClassName
 {
   color: #616160;
 }
 .AnyTagClassName
 {
   color: #616160;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #616160;
 }
 .BgClassName
 {
   background-color: #616160;
 }
</style>

border-color css

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

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

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