#64565B

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

Shades of Scorpion #64565B

Tints of Scorpion #64565B

Color information

#64565B (or 0x64565B) is unknown color: approx Scorpion. HEX triplet: 64, 56 and 5B. RGB value is (100,86,91). Sum of RGB (Red+Green+Blue) = 100+86+91=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 100 - color contains mainly: red. Hex color #64565B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64565B is #9BA9A4. Grayscale: #5A5A5A. Windows color (decimal): -10201509 or 5985892. OLE color: 5985892.

HSL color Cylindrical-coordinate representation of color #64565B: hue angle of 338.57º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #64565B is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB1008691-
CMYK00.140.090.61
HSL338.57º7.53%36.47%-
HSV(B)338.57º14%39.22%-
XYZ10.4710.1211.3-
YUV90.76128.14134.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.10%
GREEN value IS 86 (33.98% from 255) = 31.05%
BLUE value IS 91 (35.94% from 255) = 32.85%
R=36.10%
G=31.05%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100869100.140.090.61338.577.5336.47
Hex64565B0E93D153824
Octal14412613301611755231044
Binary1100100101011010110110111010011111011010100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64565B; }

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

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

<style>
 a { background-color: #64565B; }

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

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

<style>
 span { border-color: #64565B; }

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

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