#655E60

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

Shades of Scorpion #655E60

Tints of Scorpion #655E60

Color information

#655E60 (or 0x655E60) is unknown color: approx Scorpion. HEX triplet: 65, 5E and 60. RGB value is (101,94,96). Sum of RGB (Red+Green+Blue) = 101+94+96=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 101 - color contains mainly: red. Hex color #655E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655E60 is #9AA19F. Grayscale: #606060. Windows color (decimal): -10133920 or 6315621. OLE color: 6315621.

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

Color convert

RGB1019496-
CMYK00.070.050.60
HSL342.86º3.59%38.24%-
HSV(B)342.86º6.93%39.61%-
XYZ11.4811.6212.7-
YUV96.32127.82131.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.71%
GREEN value IS 94 (37.11% from 255) = 32.30%
BLUE value IS 96 (37.89% from 255) = 32.99%
R=34.71%
G=32.30%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101949600.070.050.60342.863.5938.24
Hex655E600753C157426
Octal14513614007574527446
Binary1100101101111011000000111101111100101010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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