#605C5E

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

Shades of Scorpion #605C5E

Tints of Scorpion #605C5E

Color information

#605C5E (or 0x605C5E) is unknown color: approx Scorpion. HEX triplet: 60, 5C and 5E. RGB value is (96,92,94). Sum of RGB (Red+Green+Blue) = 96+92+94=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 96 - color contains mainly: red. Hex color #605C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605C5E is #9FA3A1. Grayscale: #5D5D5D. Windows color (decimal): -10462114 or 6184032. OLE color: 6184032.

HSL color Cylindrical-coordinate representation of color #605C5E: 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 #605C5E is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB969294-
CMYK00.040.020.62
HSL330º2.13%36.86%-
HSV(B)330º4.17%37.65%-
XYZ10.6710.9512.14-
YUV93.42128.33129.84-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.04%
GREEN value IS 92 (36.33% from 255) = 32.62%
BLUE value IS 94 (37.11% from 255) = 33.33%
R=34.04%
G=32.62%
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
Decimal96929400.040.020.623302.1336.86
Hex605C5E0423E14a225
Octal14013413604276512245
Binary11000001011100101111001001011111010100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605C5E; }

 p { color: rgb(96,92,94); }

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

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

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

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

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

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

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