#615B5D

Color #615B5D Scorpion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scorpion #615B5D

Tints of Scorpion #615B5D

Color information

#615B5D (or 0x615B5D) is unknown color: approx Scorpion. HEX triplet: 61, 5B and 5D. RGB value is (97,91,93). Sum of RGB (Red+Green+Blue) = 97+91+93=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 97 - color contains mainly: red. Hex color #615B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615B5D is #9EA4A2. Grayscale: #5D5D5D. Windows color (decimal): -10396835 or 6118241. OLE color: 6118241.

HSL color Cylindrical-coordinate representation of color #615B5D: hue angle of 340º 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 #615B5D is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB979193-
CMYK00.060.040.62
HSL340º3.19%36.86%-
HSV(B)340º6.19%38.04%-
XYZ10.6510.8111.88-
YUV93.02127.99130.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.52%
GREEN value IS 91 (35.94% from 255) = 32.38%
BLUE value IS 93 (36.72% from 255) = 33.10%
R=34.52%
G=32.38%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97919300.060.040.623403.1936.86
Hex615B5D0643E154325
Octal14113313506476524345
Binary110000110110111011101011010011111010101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615B5D; }

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

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

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

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

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

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

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

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