#645B60

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

Shades of Scorpion #645B60

Tints of Scorpion #645B60

Color information

#645B60 (or 0x645B60) is unknown color: approx Scorpion. HEX triplet: 64, 5B and 60. RGB value is (100,91,96). Sum of RGB (Red+Green+Blue) = 100+91+96=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 100 - color contains mainly: red. Hex color #645B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645B60 is #9BA49F. Grayscale: #5E5E5E. Windows color (decimal): -10200224 or 6314852. OLE color: 6314852.

HSL color Cylindrical-coordinate representation of color #645B60: hue angle of 326.67º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #645B60 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB1009196-
CMYK00.090.040.61
HSL326.67º4.71%37.45%-
HSV(B)326.67º9%39.22%-
XYZ11.1111.0412.61-
YUV94.26128.98132.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.84%
GREEN value IS 91 (35.94% from 255) = 31.71%
BLUE value IS 96 (37.89% from 255) = 33.45%
R=34.84%
G=31.71%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100919600.090.040.61326.674.7137.45
Hex645B600943D147525
Octal144133140011475507545
Binary11001001011011110000001001100111101101000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645B60; }

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

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

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

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

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

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

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

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