#603760

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

Shades of Seance #603760

Tints of Seance #603760

Color information

#603760 (or 0x603760) is unknown color: approx Seance. HEX triplet: 60, 37 and 60. RGB value is (96,55,96). Sum of RGB (Red+Green+Blue) = 96+55+96=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #603760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603760 is #9FC89F. Grayscale: #474747. Windows color (decimal): -10471584 or 6305632. OLE color: 6305632.

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

Color convert

RGB965596-
CMYK00.4300.62
HSL300º27.15%29.61%-
HSV(B)300º42.71%37.65%-
XYZ8.36.0611.8-
YUV71.93141.58145.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.87%
GREEN value IS 55 (21.88% from 255) = 22.27%
BLUE value IS 96 (37.89% from 255) = 38.87%
R=38.87%
G=22.27%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96559600.4300.6230027.1529.61
Hex60376002B03E12c1b1e
Octal140671400530764543336
Binary11000001101111100000010101101111101001011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603760; }

 p { color: rgb(96,55,96); }

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

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

 a { background-color: rgb(96,55,96); }

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

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

 span { border-color: rgb(96,55,96); }

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