#64585F

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

Shades of Scorpion #64585F

Tints of Scorpion #64585F

Color information

#64585F (or 0x64585F) is unknown color: approx Scorpion. HEX triplet: 64, 58 and 5F. RGB value is (100,88,95). Sum of RGB (Red+Green+Blue) = 100+88+95=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 100 - color contains mainly: red. Hex color #64585F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64585F is #9BA7A0. Grayscale: #5C5C5C. Windows color (decimal): -10200993 or 6248548. OLE color: 6248548.

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

Color convert

RGB1008895-
CMYK00.120.050.61
HSL325º6.38%36.86%-
HSV(B)325º12%39.22%-
XYZ10.8110.5112.29-
YUV92.39129.48133.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.34%
GREEN value IS 88 (34.77% from 255) = 31.10%
BLUE value IS 95 (37.5% from 255) = 33.57%
R=35.34%
G=31.10%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100889500.120.050.613256.3836.86
Hex64585F0C53D145625
Octal144130137014575505645
Binary11001001011000101111101100101111101101000101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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