#654365

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

Shades of Seance #654365

Tints of Seance #654365

Color information

#654365 (or 0x654365) is unknown color: approx Seance. HEX triplet: 65, 43 and 65. RGB value is (101,67,101). Sum of RGB (Red+Green+Blue) = 101+67+101=269 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.55% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #654365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654365 is #9ABC9A. Grayscale: #505050. Windows color (decimal): -10140827 or 6636389. OLE color: 6636389.

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

Color convert

RGB10167101-
CMYK00.3400.60
HSL300º20.24%32.94%-
HSV(B)300º33.66%39.61%-
XYZ9.727.7213.29-
YUV81.04139.26142.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.55%
GREEN value IS 67 (26.56% from 255) = 24.91%
BLUE value IS 101 (39.84% from 255) = 37.55%
R=37.55%
G=24.91%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1016710100.3400.6030020.2432.94
Hex65436502203C12c1421
Octal1451031450420744542441
Binary1100101100001111001010100010011110010010110010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654365; }

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

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

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

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

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

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

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

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