#634161

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

Shades of Seance #634161

Tints of Seance #634161

Color information

#634161 (or 0x634161) is unknown color: approx Seance. HEX triplet: 63, 41 and 61. RGB value is (99,65,97). Sum of RGB (Red+Green+Blue) = 99+65+97=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 99 - color contains mainly: red. Hex color #634161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634161 is #9CBE9E. Grayscale: #4E4E4E. Windows color (decimal): -10272415 or 6373731. OLE color: 6373731.

HSL color Cylindrical-coordinate representation of color #634161: hue angle of 303.53º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #634161 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB996597-
CMYK00.340.020.61
HSL303.53º20.73%32.16%-
HSV(B)303.53º34.34%38.82%-
XYZ9.197.312.23-
YUV78.81138.26142.4-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.93%
GREEN value IS 65 (25.78% from 255) = 24.90%
BLUE value IS 97 (38.28% from 255) = 37.16%
R=37.93%
G=24.90%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99659700.340.020.61303.5320.7332.16
Hex63416102223D1301520
Octal1431011410422754602540
Binary11000111000001110000101000101011110110011000010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634161; }

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

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

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

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

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

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

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

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