#963c46

Color #963C46 Well Read (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Well Read #963C46

Tints of Well Read #963C46

Color information

#963C46 (or 0x963C46) is unknown color: approx Well Read. HEX triplet: 96, 3C and 46. RGB value is (150,60,70). Sum of RGB (Red+Green+Blue) = 150+60+70=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #963C46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963C46 is #69C3B9. Grayscale: #585858. Windows color (decimal): -6931386 or 4603030. OLE color: 4603030.

HSL color Cylindrical-coordinate representation of color #963C46: hue angle of 353.33º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #963C46 is Cyan = 0, Magento = 0.6, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB1506070-
CMYK00.60.530.41
HSL353.33º42.86%41.18%-
HSV(B)353.33º60%58.82%-
XYZ15.310.166.95-
YUV88.05117.82172.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.57%
GREEN value IS 60 (23.83% from 255) = 21.43%
BLUE value IS 70 (27.73% from 255) = 25%
R=53.57%
G=21.43%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150607000.60.530.41353.3342.8641.18
Hex963C4603C35291612b29
Octal2267410607465515415351
Binary1001011011110010001100111100110101101001101100001101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963c46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963c46; }

 p { color: rgb(150,60,70); }

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

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

 a { background-color: rgb(150,60,70); }

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

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

 span { border-color: rgb(150,60,70); }

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