#655D60

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

Shades of Scorpion #655D60

Tints of Scorpion #655D60

Color information

#655D60 (or 0x655D60) is unknown color: approx Scorpion. HEX triplet: 65, 5D and 60. RGB value is (101,93,96). Sum of RGB (Red+Green+Blue) = 101+93+96=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 101 - color contains mainly: red. Hex color #655D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655D60 is #9AA29F. Grayscale: #5F5F5F. Windows color (decimal): -10134176 or 6315365. OLE color: 6315365.

HSL color Cylindrical-coordinate representation of color #655D60: hue angle of 337.5º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #655D60 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB1019396-
CMYK00.080.050.60
HSL337.5º4.12%38.04%-
HSV(B)337.5º7.92%39.61%-
XYZ11.3911.4412.67-
YUV95.73128.15131.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.83%
GREEN value IS 93 (36.72% from 255) = 32.07%
BLUE value IS 96 (37.89% from 255) = 33.10%
R=34.83%
G=32.07%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101939600.080.050.60337.54.1238.04
Hex655D600853C152426
Octal145135140010574522446
Binary11001011011101110000001000101111100101010010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655D60; }

 p { color: rgb(101,93,96); }

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

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

 a { background-color: rgb(101,93,96); }

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

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

 span { border-color: rgb(101,93,96); }

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