Html Css Color HEX #603760 Seance

📋 copy color: '#603760'

red 96 ◦ green 55 ◦ blue 96

#603760
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seance #603760

Tints of Seance #603760

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 value IS 0

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#603760 (or 0x603760) is known color: 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

RGB 96 55 96 -
CMYK 0 0.43 0 0.62
HSL 300º 0.27% 0.3% -
HSV(B) 300º 0.43% 0.38% -
XYZ 8.3 6.06 11.8 -
YUV 71.93 141.58 145.17 -
System Red Green Blue C M Y K H S L
Decimal 96 55 96 0 0.43 0 0.62 300 0.27 0.3
Hex 60 37 60 0 2B 0 3E 12C 1B 1E
Octal 140 67 140 0 53 0 76 454 33 36
Binary 1100000 110111 1100000 0 101011 0 111110 100101100 11011 11110

Color Harmonies of #603760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603760

Black with #603760

Text Example


Text Example

White with #603760

Text Example


Text Example

HTML Codes & Css Web 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>