#963C3D

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

Shades of Well Read #963C3D

Tints of Well Read #963C3D

Color information

#963C3D (or 0x963C3D) is unknown color: approx Well Read. HEX triplet: 96, 3C and 3D. RGB value is (150,60,61). Sum of RGB (Red+Green+Blue) = 150+60+61=271 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.35% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 150 - color contains mainly: red. Hex color #963C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963C3D is #69C3C2. Grayscale: #575757. Windows color (decimal): -6931395 or 4013206. OLE color: 4013206.

HSL color Cylindrical-coordinate representation of color #963C3D: hue angle of 359.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 #963C3D is Cyan = 0, Magento = 0.6, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB1506061-
CMYK00.60.590.41
HSL359.33º42.86%41.18%-
HSV(B)359.33º60%58.82%-
XYZ15.0410.055.56-
YUV87.02113.32172.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.35%
GREEN value IS 60 (23.83% from 255) = 22.14%
BLUE value IS 61 (24.22% from 255) = 22.51%
R=55.35%
G=22.14%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150606100.60.590.41359.3342.8641.18
Hex963C3D03C3B291672b29
Octal226747507473515475351
Binary100101101111001111010111100111011101001101100111101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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