#963D45

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

Shades of Well Read #963D45

Tints of Well Read #963D45

Color information

#963D45 (or 0x963D45) is unknown color: approx Well Read. HEX triplet: 96, 3D and 45. RGB value is (150,61,69). Sum of RGB (Red+Green+Blue) = 150+61+69=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #963D45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963D45 is #69C2BA. Grayscale: #585858. Windows color (decimal): -6931131 or 4537750. OLE color: 4537750.

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

Color convert

RGB1506169-
CMYK00.590.540.41
HSL354.61º42.18%41.37%-
HSV(B)354.61º59.33%58.82%-
XYZ15.3210.256.8-
YUV88.52116.99171.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.57%
GREEN value IS 61 (24.22% from 255) = 21.79%
BLUE value IS 69 (27.34% from 255) = 24.64%
R=53.57%
G=21.79%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150616900.590.540.41354.6142.1841.37
Hex963D4503B36291632a29
Octal2267510507366515435251
Binary1001011011110110001010111011110110101001101100011101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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