#96323C

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

Shades of Well Read #96323C

Tints of Well Read #96323C

Color information

#96323C (or 0x96323C) is unknown color: approx Well Read. HEX triplet: 96, 32 and 3C. RGB value is (150,50,60). Sum of RGB (Red+Green+Blue) = 150+50+60=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #96323C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96323C is #69CDC3. Grayscale: #515151. Windows color (decimal): -6933956 or 3945110. OLE color: 3945110.

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

Color convert

RGB1505060-
CMYK00.670.60.41
HSL354º50%39.22%-
HSV(B)354º66.67%58.82%-
XYZ14.539.095.26-
YUV81.04116.13177.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.69%
GREEN value IS 50 (19.92% from 255) = 19.23%
BLUE value IS 60 (23.83% from 255) = 23.08%
R=57.69%
G=19.23%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.6
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150506000.670.60.413545039.22
Hex96323C0433C291623227
Octal2266274010374515426247
Binary1001011011001011110001000011111100101001101100010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96323C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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