#64585E

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

Shades of Scorpion #64585E

Tints of Scorpion #64585E

Color information

#64585E (or 0x64585E) is unknown color: approx Scorpion. HEX triplet: 64, 58 and 5E. RGB value is (100,88,94). Sum of RGB (Red+Green+Blue) = 100+88+94=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 100 - color contains mainly: red. Hex color #64585E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64585E is #9BA7A1. Grayscale: #5C5C5C. Windows color (decimal): -10200994 or 6183012. OLE color: 6183012.

HSL color Cylindrical-coordinate representation of color #64585E: hue angle of 330º 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 #64585E is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB1008894-
CMYK00.120.060.61
HSL330º6.38%36.86%-
HSV(B)330º12%39.22%-
XYZ10.7710.512.05-
YUV92.27128.98133.51-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.46%
GREEN value IS 88 (34.77% from 255) = 31.21%
BLUE value IS 94 (37.11% from 255) = 33.33%
R=35.46%
G=31.21%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100889400.120.060.613306.3836.86
Hex64585E0C63D14a625
Octal144130136014675512645
Binary11001001011000101111001100110111101101001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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