#615A5D

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

Shades of Scorpion #615A5D

Tints of Scorpion #615A5D

Color information

#615A5D (or 0x615A5D) is unknown color: approx Scorpion. HEX triplet: 61, 5A and 5D. RGB value is (97,90,93). Sum of RGB (Red+Green+Blue) = 97+90+93=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 97 - color contains mainly: red. Hex color #615A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615A5D is #9EA5A2. Grayscale: #5C5C5C. Windows color (decimal): -10397091 or 6117985. OLE color: 6117985.

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

Color convert

RGB979093-
CMYK00.070.040.62
HSL334.29º3.74%36.67%-
HSV(B)334.29º7.22%38.04%-
XYZ10.5610.6411.85-
YUV92.44128.32131.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.64%
GREEN value IS 90 (35.55% from 255) = 32.14%
BLUE value IS 93 (36.72% from 255) = 33.21%
R=34.64%
G=32.14%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97909300.070.040.62334.293.7436.67
Hex615A5D0743E14e425
Octal14113213507476516445
Binary1100001101101010111010111100111110101001110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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