#614161

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

Shades of Seance #614161

Tints of Seance #614161

Color information

#614161 (or 0x614161) is unknown color: approx Seance. HEX triplet: 61, 41 and 61. RGB value is (97,65,97). Sum of RGB (Red+Green+Blue) = 97+65+97=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #614161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614161 is #9EBE9E. Grayscale: #4E4E4E. Windows color (decimal): -10403487 or 6373729. OLE color: 6373729.

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

Color convert

RGB976597-
CMYK00.3300.62
HSL300º19.75%31.76%-
HSV(B)300º32.99%38.04%-
XYZ8.987.1912.22-
YUV78.22138.6141.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.45%
GREEN value IS 65 (25.78% from 255) = 25.10%
BLUE value IS 97 (38.28% from 255) = 37.45%
R=37.45%
G=25.10%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97659700.3300.6230019.7531.76
Hex61416102103E12c1420
Octal1411011410410764542440
Binary1100001100000111000010100001011111010010110010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614161; }

 p { color: rgb(97,65,97); }

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

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

 a { background-color: rgb(97,65,97); }

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

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

 span { border-color: rgb(97,65,97); }

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