#96333E

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

Shades of Well Read #96333E

Tints of Well Read #96333E

Color information

#96333E (or 0x96333E) is unknown color: approx Well Read. HEX triplet: 96, 33 and 3E. RGB value is (150,51,62). Sum of RGB (Red+Green+Blue) = 150+51+62=263 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.03% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 150 - color contains mainly: red. Hex color #96333E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96333E is #69CCC1. Grayscale: #515151. Windows color (decimal): -6933698 or 4076438. OLE color: 4076438.

HSL color Cylindrical-coordinate representation of color #96333E: hue angle of 353.33º 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 #96333E is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB1505162-
CMYK00.660.590.41
HSL353.33º49.25%39.41%-
HSV(B)353.33º66%58.82%-
XYZ14.639.25.56-
YUV81.86116.8176.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.03%
GREEN value IS 51 (20.31% from 255) = 19.39%
BLUE value IS 62 (24.61% from 255) = 23.57%
R=57.03%
G=19.39%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150516200.660.590.41353.3349.2539.41
Hex96333E0423B291613127
Octal2266376010273515416147
Binary1001011011001111111001000010111011101001101100001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96333E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96333E; }

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

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

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

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

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

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

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

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