#963342

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

Shades of Well Read #963342

Tints of Well Read #963342

Color information

#963342 (or 0x963342) is unknown color: approx Well Read. HEX triplet: 96, 33 and 42. RGB value is (150,51,66). Sum of RGB (Red+Green+Blue) = 150+51+66=267 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.18% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 150 - color contains mainly: red. Hex color #963342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963342 is #69CCBD. Grayscale: #525252. Windows color (decimal): -6933694 or 4338582. OLE color: 4338582.

HSL color Cylindrical-coordinate representation of color #963342: hue angle of 350.91º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #963342 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB1505166-
CMYK00.660.560.41
HSL350.91º49.25%39.41%-
HSV(B)350.91º66%58.82%-
XYZ14.749.256.16-
YUV82.31118.8176.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.18%
GREEN value IS 51 (20.31% from 255) = 19.10%
BLUE value IS 66 (26.17% from 255) = 24.72%
R=56.18%
G=19.10%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150516600.660.560.41350.9149.2539.41
Hex963342042382915f3127
Octal22663102010270515376147
Binary10010110110011100001001000010111000101001101011111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963342; }

 p { color: rgb(150,51,66); }

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

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

 a { background-color: rgb(150,51,66); }

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

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

 span { border-color: rgb(150,51,66); }

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