#6A5B60

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

Shades of Scorpion #6A5B60

Tints of Scorpion #6A5B60

Color information

#6A5B60 (or 0x6A5B60) is unknown color: approx Scorpion. HEX triplet: 6A, 5B and 60. RGB value is (106,91,96). Sum of RGB (Red+Green+Blue) = 106+91+96=293 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.18% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5B60 is #95A49F. Grayscale: #606060. Windows color (decimal): -9807008 or 6314858. OLE color: 6314858.

HSL color Cylindrical-coordinate representation of color #6A5B60: hue angle of 340º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6A5B60 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB1069196-
CMYK00.140.090.58
HSL340º7.61%38.63%-
HSV(B)340º14.15%41.57%-
XYZ11.811.3912.64-
YUV96.06127.97135.09-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.18%
GREEN value IS 91 (35.94% from 255) = 31.06%
BLUE value IS 96 (37.89% from 255) = 32.76%
R=36.18%
G=31.06%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106919600.140.090.583407.6138.63
Hex6A5B600E93A154827
Octal15213314001611725241047
Binary1101010101101111000000111010011110101010101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A5B60; }

 p { color: rgb(106,91,96); }

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

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

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

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

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

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

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