#665960

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

Shades of Scorpion #665960

Tints of Scorpion #665960

Color information

#665960 (or 0x665960) is unknown color: approx Scorpion. HEX triplet: 66, 59 and 60. RGB value is (102,89,96). Sum of RGB (Red+Green+Blue) = 102+89+96=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 102 - color contains mainly: red. Hex color #665960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665960 is #99A69F. Grayscale: #5D5D5D. Windows color (decimal): -10069664 or 6314342. OLE color: 6314342.

HSL color Cylindrical-coordinate representation of color #665960: hue angle of 327.69º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #665960 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB1028996-
CMYK00.130.060.6
HSL327.69º6.81%37.45%-
HSV(B)327.69º12.75%40%-
XYZ11.1610.8112.57-
YUV93.68129.31133.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.54%
GREEN value IS 89 (35.16% from 255) = 31.01%
BLUE value IS 96 (37.89% from 255) = 33.45%
R=35.54%
G=31.01%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102899600.130.060.6327.696.8137.45
Hex6659600D63C148725
Octal146131140015674510745
Binary11001101011001110000001101110111100101001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665960; }

 p { color: rgb(102,89,96); }

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

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

 a { background-color: rgb(102,89,96); }

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

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

 span { border-color: rgb(102,89,96); }

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