#615D5F

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

Shades of Scorpion #615D5F

Tints of Scorpion #615D5F

Color information

#615D5F (or 0x615D5F) is unknown color: approx Scorpion. HEX triplet: 61, 5D and 5F. RGB value is (97,93,95). Sum of RGB (Red+Green+Blue) = 97+93+95=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 97 - color contains mainly: red. Hex color #615D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615D5F is #9EA2A0. Grayscale: #5E5E5E. Windows color (decimal): -10396321 or 6249825. OLE color: 6249825.

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

Color convert

RGB979395-
CMYK00.040.020.62
HSL330º2.11%37.25%-
HSV(B)330º4.12%38.04%-
XYZ10.9111.212.41-
YUV94.42128.33129.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.04%
GREEN value IS 93 (36.72% from 255) = 32.63%
BLUE value IS 95 (37.5% from 255) = 33.33%
R=34.04%
G=32.63%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97939500.040.020.623302.1137.25
Hex615D5F0423E14a225
Octal14113513704276512245
Binary11000011011101101111101001011111010100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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