#963F42

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

Shades of Well Read #963F42

Tints of Well Read #963F42

Color information

#963F42 (or 0x963F42) is unknown color: approx Well Read. HEX triplet: 96, 3F and 42. RGB value is (150,63,66). Sum of RGB (Red+Green+Blue) = 150+63+66=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #963F42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963F42 is #69C0BD. Grayscale: #595959. Windows color (decimal): -6930622 or 4341654. OLE color: 4341654.

HSL color Cylindrical-coordinate representation of color #963F42: hue angle of 357.93º 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 #963F42 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB1506366-
CMYK00.580.560.41
HSL357.93º40.85%41.76%-
HSV(B)357.93º58%58.82%-
XYZ15.3410.436.36-
YUV89.35114.82171.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.76%
GREEN value IS 63 (25% from 255) = 22.58%
BLUE value IS 66 (26.17% from 255) = 23.66%
R=53.76%
G=22.58%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150636600.580.560.41357.9340.8541.76
Hex963F4203A3829166292a
Octal2267710207270515465152
Binary1001011011111110000100111010111000101001101100110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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