#653965

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

Shades of Seance #653965

Tints of Seance #653965

Color information

#653965 (or 0x653965) is unknown color: approx Seance. HEX triplet: 65, 39 and 65. RGB value is (101,57,101). Sum of RGB (Red+Green+Blue) = 101+57+101=259 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.00% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 101 (39.84% from 255 or 39.00% from 259); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #653965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653965 is #9AC69A. Grayscale: #4B4B4B. Windows color (decimal): -10143387 or 6633829. OLE color: 6633829.

HSL color Cylindrical-coordinate representation of color #653965: hue angle of 300º 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 #653965 is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB10157101-
CMYK00.4400.60
HSL300º27.85%30.98%-
HSV(B)300º43.56%39.61%-
XYZ9.186.6313.11-
YUV75.17142.58146.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.00%
GREEN value IS 57 (22.66% from 255) = 22.01%
BLUE value IS 101 (39.84% from 255) = 39.00%
R=39.00%
G=22.01%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1015710100.4400.6030027.8530.98
Hex65396502C03C12c1c1f
Octal145711450540744543437
Binary11001011110011100101010110001111001001011001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653965; }

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

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

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

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

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

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

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

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