#653864

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

Shades of Seance #653864

Tints of Seance #653864

Color information

#653864 (or 0x653864) is unknown color: approx Seance. HEX triplet: 65, 38 and 64. RGB value is (101,56,100). Sum of RGB (Red+Green+Blue) = 101+56+100=257 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.30% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 101 - color contains mainly: red. Hex color #653864 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653864 is #9AC79B. Grayscale: #4A4A4A. Windows color (decimal): -10143644 or 6568037. OLE color: 6568037.

HSL color Cylindrical-coordinate representation of color #653864: hue angle of 301.33º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #653864 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB10156100-
CMYK00.450.010.60
HSL301.33º28.66%30.78%-
HSV(B)301.33º44.55%39.61%-
XYZ9.086.5212.84-
YUV74.47142.41146.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.30%
GREEN value IS 56 (22.27% from 255) = 21.79%
BLUE value IS 100 (39.45% from 255) = 38.91%
R=39.30%
G=21.79%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1015610000.450.010.60301.3328.6630.78
Hex65386402D13C12d1d1f
Octal145701440551744553537
Binary11001011110001100100010110111111001001011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653864; }

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

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

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

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

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

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

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

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