#96393C

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

Shades of Well Read #96393C

Tints of Well Read #96393C

Color information

#96393C (or 0x96393C) is unknown color: approx Well Read. HEX triplet: 96, 39 and 3C. RGB value is (150,57,60). Sum of RGB (Red+Green+Blue) = 150+57+60=267 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.18% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 150 - color contains mainly: red. Hex color #96393C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96393C is #69C6C3. Grayscale: #555555. Windows color (decimal): -6932164 or 3946902. OLE color: 3946902.

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

Color convert

RGB1505760-
CMYK00.620.60.41
HSL358.06º44.93%40.59%-
HSV(B)358.06º62%58.82%-
XYZ14.869.745.37-
YUV85.15113.81174.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.18%
GREEN value IS 57 (22.66% from 255) = 21.35%
BLUE value IS 60 (23.83% from 255) = 22.47%
R=56.18%
G=21.35%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.6
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150576000.620.60.41358.0644.9340.59
Hex96393C03E3C291662d29
Octal226717407674515465551
Binary100101101110011111000111110111100101001101100110101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96393C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96393C; }

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

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

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

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

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

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

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

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