#643E65

Color #643E65 Seance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seance #643E65

Tints of Seance #643E65

Color information

#643E65 (or 0x643E65) is unknown color: approx Seance. HEX triplet: 64, 3E and 65. RGB value is (100,62,101). Sum of RGB (Red+Green+Blue) = 100+62+101=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 62 (24.61% from 255 or 23.57% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 101 - color contains mainly: blue. Hex color #643E65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643E65 is #9BC19A. Grayscale: #4D4D4D. Windows color (decimal): -10207643 or 6635108. OLE color: 6635108.

HSL color Cylindrical-coordinate representation of color #643E65: hue angle of 298.46º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #643E65 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB10062101-
CMYK0.010.3900.60
HSL298.46º23.93%31.96%-
HSV(B)298.46º38.61%39.61%-
XYZ9.337.0913.19-
YUV77.81141.09143.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.02%
GREEN value IS 62 (24.61% from 255) = 23.57%
BLUE value IS 101 (39.84% from 255) = 38.40%
R=38.02%
G=23.57%
B=38.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal100621010.010.3900.60298.4623.9331.96
Hex643E6512703C12a1820
Octal144761451470744523040
Binary110010011111011001011100111011110010010101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643E65; }

 p { color: rgb(100,62,101); }

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

<style>
 a { background-color: #643E65; }

 a { background-color: rgb(100,62,101); }

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

<style>
 span { border-color: #643E65; }

 span { border-color: rgb(100,62,101); }

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