#653B65

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

Shades of Seance #653B65

Tints of Seance #653B65

Color information

#653B65 (or 0x653B65) is unknown color: approx Seance. HEX triplet: 65, 3B and 65. RGB value is (101,59,101). Sum of RGB (Red+Green+Blue) = 101+59+101=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #653B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653B65 is #9AC49A. Grayscale: #4C4C4C. Windows color (decimal): -10142875 or 6634341. OLE color: 6634341.

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

Color convert

RGB10159101-
CMYK00.4200.60
HSL300º26.25%31.37%-
HSV(B)300º41.58%39.61%-
XYZ9.286.8313.14-
YUV76.35141.91145.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.70%
GREEN value IS 59 (23.44% from 255) = 22.61%
BLUE value IS 101 (39.84% from 255) = 38.70%
R=38.70%
G=22.61%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1015910100.4200.6030026.2531.37
Hex653B6502A03C12c1a1f
Octal145731450520744543237
Binary11001011110111100101010101001111001001011001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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