#655C60

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

Shades of Scorpion #655C60

Tints of Scorpion #655C60

Color information

#655C60 (or 0x655C60) is unknown color: approx Scorpion. HEX triplet: 65, 5C and 60. RGB value is (101,92,96). Sum of RGB (Red+Green+Blue) = 101+92+96=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 101 - color contains mainly: red. Hex color #655C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655C60 is #9AA39F. Grayscale: #5F5F5F. Windows color (decimal): -10134432 or 6315109. OLE color: 6315109.

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

Color convert

RGB1019296-
CMYK00.090.050.60
HSL333.33º4.66%37.84%-
HSV(B)333.33º8.91%39.61%-
XYZ11.3111.2712.64-
YUV95.15128.48132.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.95%
GREEN value IS 92 (36.33% from 255) = 31.83%
BLUE value IS 96 (37.89% from 255) = 33.22%
R=34.95%
G=31.83%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101929600.090.050.60333.334.6637.84
Hex655C600953C14d526
Octal145134140011574515546
Binary11001011011100110000001001101111100101001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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