#963A3C

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

Shades of Well Read #963A3C

Tints of Well Read #963A3C

Color information

#963A3C (or 0x963A3C) is unknown color: approx Well Read. HEX triplet: 96, 3A and 3C. RGB value is (150,58,60). Sum of RGB (Red+Green+Blue) = 150+58+60=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #963A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963A3C is #69C5C3. Grayscale: #555555. Windows color (decimal): -6931908 or 3947158. OLE color: 3947158.

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

Color convert

RGB1505860-
CMYK00.610.60.41
HSL358.7º44.23%40.78%-
HSV(B)358.7º61.33%58.82%-
XYZ14.919.845.39-
YUV85.74113.48173.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.97%
GREEN value IS 58 (23.05% from 255) = 21.64%
BLUE value IS 60 (23.83% from 255) = 22.39%
R=55.97%
G=21.64%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.6
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150586000.610.60.41358.744.2340.78
Hex963A3C03D3C291672c29
Octal226727407574515475451
Binary100101101110101111000111101111100101001101100111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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