#653964

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

Shades of Seance #653964

Tints of Seance #653964

Color information

#653964 (or 0x653964) is unknown color: approx Seance. HEX triplet: 65, 39 and 64. RGB value is (101,57,100). Sum of RGB (Red+Green+Blue) = 101+57+100=258 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.15% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 101 - color contains mainly: red. Hex color #653964 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653964 is #9AC69B. Grayscale: #4A4A4A. Windows color (decimal): -10143388 or 6568293. OLE color: 6568293.

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

Color convert

RGB10157100-
CMYK00.440.010.60
HSL301.36º27.85%30.98%-
HSV(B)301.36º43.56%39.61%-
XYZ9.136.6112.85-
YUV75.06142.08146.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.15%
GREEN value IS 57 (22.66% from 255) = 22.09%
BLUE value IS 100 (39.45% from 255) = 38.76%
R=39.15%
G=22.09%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1015710000.440.010.60301.3627.8530.98
Hex65396402C13C12d1c1f
Octal145711440541744553437
Binary11001011110011100100010110011111001001011011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653964; }

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

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

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

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

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

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

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

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