#963F46

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

Shades of Well Read #963F46

Tints of Well Read #963F46

Color information

#963F46 (or 0x963F46) is unknown color: approx Well Read. HEX triplet: 96, 3F and 46. RGB value is (150,63,70). Sum of RGB (Red+Green+Blue) = 150+63+70=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #963F46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963F46 is #69C0B9. Grayscale: #595959. Windows color (decimal): -6930618 or 4603798. OLE color: 4603798.

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

Color convert

RGB1506370-
CMYK00.580.530.41
HSL355.17º40.85%41.76%-
HSV(B)355.17º58%58.82%-
XYZ15.4610.487-
YUV89.81116.82170.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.00%
GREEN value IS 63 (25% from 255) = 22.26%
BLUE value IS 70 (27.73% from 255) = 24.73%
R=53.00%
G=22.26%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150637000.580.530.41355.1740.8541.76
Hex963F4603A3529163292a
Octal2267710607265515435152
Binary1001011011111110001100111010110101101001101100011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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