#64595E

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

Shades of Scorpion #64595E

Tints of Scorpion #64595E

Color information

#64595E (or 0x64595E) is unknown color: approx Scorpion. HEX triplet: 64, 59 and 5E. RGB value is (100,89,94). Sum of RGB (Red+Green+Blue) = 100+89+94=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 100 - color contains mainly: red. Hex color #64595E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64595E is #9BA6A1. Grayscale: #5C5C5C. Windows color (decimal): -10200738 or 6183268. OLE color: 6183268.

HSL color Cylindrical-coordinate representation of color #64595E: hue angle of 332.73º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #64595E is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB1008994-
CMYK00.110.060.61
HSL332.73º5.82%37.06%-
HSV(B)332.73º11%39.22%-
XYZ10.8510.6612.08-
YUV92.86128.64133.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.34%
GREEN value IS 89 (35.16% from 255) = 31.45%
BLUE value IS 94 (37.11% from 255) = 33.22%
R=35.34%
G=31.45%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100899400.110.060.61332.735.8237.06
Hex64595E0B63D14d625
Octal144131136013675515645
Binary11001001011001101111001011110111101101001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64595E; }

 p { color: rgb(100,89,94); }

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

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

 a { background-color: rgb(100,89,94); }

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

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

 span { border-color: rgb(100,89,94); }

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