#963538

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

Shades of Well Read #963538

Tints of Well Read #963538

Color information

#963538 (or 0x963538) is unknown color: approx Well Read. HEX triplet: 96, 35 and 38. RGB value is (150,53,56). Sum of RGB (Red+Green+Blue) = 150+53+56=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #963538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963538 is #69CAC7. Grayscale: #525252. Windows color (decimal): -6933192 or 3683734. OLE color: 3683734.

HSL color Cylindrical-coordinate representation of color #963538: hue angle of 358.14º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #963538 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB1505356-
CMYK00.650.630.41
HSL358.14º47.78%39.8%-
HSV(B)358.14º64.67%58.82%-
XYZ14.569.324.77-
YUV82.34113.14176.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.92%
GREEN value IS 53 (21.09% from 255) = 20.46%
BLUE value IS 56 (22.27% from 255) = 21.62%
R=57.92%
G=20.46%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150535600.650.630.41358.1447.7839.8
Hex9635380413F291663028
Octal2266570010177515466050
Binary1001011011010111100001000001111111101001101100110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963538; }

 p { color: rgb(150,53,56); }

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

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

 a { background-color: rgb(150,53,56); }

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

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

 span { border-color: rgb(150,53,56); }

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