#64595F

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

Shades of Scorpion #64595F

Tints of Scorpion #64595F

Color information

#64595F (or 0x64595F) is unknown color: approx Scorpion. HEX triplet: 64, 59 and 5F. RGB value is (100,89,95). Sum of RGB (Red+Green+Blue) = 100+89+95=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 100 - color contains mainly: red. Hex color #64595F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64595F is #9BA6A0. Grayscale: #5C5C5C. Windows color (decimal): -10200737 or 6248804. OLE color: 6248804.

HSL color Cylindrical-coordinate representation of color #64595F: hue angle of 327.27º 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 #64595F is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB1008995-
CMYK00.110.050.61
HSL327.27º5.82%37.06%-
HSV(B)327.27º11%39.22%-
XYZ10.8910.6812.31-
YUV92.97129.14133.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.21%
GREEN value IS 89 (35.16% from 255) = 31.34%
BLUE value IS 95 (37.5% from 255) = 33.45%
R=35.21%
G=31.34%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100899500.110.050.61327.275.8237.06
Hex64595F0B53D147625
Octal144131137013575507645
Binary11001001011001101111101011101111101101000111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64595F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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