#963344

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

Shades of Well Read #963344

Tints of Well Read #963344

Color information

#963344 (or 0x963344) is unknown color: approx Well Read. HEX triplet: 96, 33 and 44. RGB value is (150,51,68). Sum of RGB (Red+Green+Blue) = 150+51+68=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #963344 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963344 is #69CCBB. Grayscale: #525252. Windows color (decimal): -6933692 or 4469654. OLE color: 4469654.

HSL color Cylindrical-coordinate representation of color #963344: hue angle of 349.7º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #963344 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.41.

Color convert

RGB1505168-
CMYK00.660.550.41
HSL349.7º49.25%39.41%-
HSV(B)349.7º66%58.82%-
XYZ14.89.276.48-
YUV82.54119.8176.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.76%
GREEN value IS 51 (20.31% from 255) = 18.96%
BLUE value IS 68 (26.95% from 255) = 25.28%
R=55.76%
G=18.96%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150516800.660.550.41349.749.2539.41
Hex963344042372915e3127
Octal22663104010267515366147
Binary10010110110011100010001000010110111101001101011110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963344; }

 p { color: rgb(150,51,68); }

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

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

 a { background-color: rgb(150,51,68); }

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

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

 span { border-color: rgb(150,51,68); }

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