#96896E

Color #96896E Pale Oyster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Oyster #96896E

Tints of Pale Oyster #96896E

Color information

#96896E (or 0x96896E) is unknown color: approx Pale Oyster. HEX triplet: 96, 89 and 6E. RGB value is (150,137,110). Sum of RGB (Red+Green+Blue) = 150+137+110=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 150 - color contains mainly: red. Hex color #96896E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96896E is #697691. Grayscale: #898989. Windows color (decimal): -6911634 or 7244182. OLE color: 7244182.

HSL color Cylindrical-coordinate representation of color #96896E: hue angle of 40.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96896E is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB150137110-
CMYK00.090.270.41
HSL40.5º16%50.98%-
HSV(B)40.5º26.67%58.82%-
XYZ24.3425.518.39-
YUV137.81112.31136.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.78%
GREEN value IS 137 (53.91% from 255) = 34.51%
BLUE value IS 110 (43.36% from 255) = 27.71%
R=37.78%
G=34.51%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013711000.090.270.4140.51650.98
Hex96896E091B29291033
Octal2262111560113351512063
Binary10010110100010011101110010011101110100110100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,137,110); }

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

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

 a { background-color: rgb(150,137,110); }

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

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

 span { border-color: rgb(150,137,110); }

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