#653F65

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

Shades of Seance #653F65

Tints of Seance #653F65

Color information

#653F65 (or 0x653F65) is unknown color: approx Seance. HEX triplet: 65, 3F and 65. RGB value is (101,63,101). Sum of RGB (Red+Green+Blue) = 101+63+101=265 (35% of max value = 765). Red value is 101 (39.84% from 255 or 38.11% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #653F65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653F65 is #9AC09A. Grayscale: #4E4E4E. Windows color (decimal): -10141851 or 6635365. OLE color: 6635365.

HSL color Cylindrical-coordinate representation of color #653F65: hue angle of 300º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #653F65 is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB10163101-
CMYK00.3800.60
HSL300º23.17%32.16%-
HSV(B)300º37.62%39.61%-
XYZ9.497.2613.21-
YUV78.69140.59143.91-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.11%
GREEN value IS 63 (25% from 255) = 23.77%
BLUE value IS 101 (39.84% from 255) = 38.11%
R=38.11%
G=23.77%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1016310100.3800.6030023.1732.16
Hex653F6502603C12c1720
Octal145771450460744542740
Binary110010111111111001010100110011110010010110010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653F65; }

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

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

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

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

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

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

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

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