#96886D

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

Shades of Pale Oyster #96886D

Tints of Pale Oyster #96886D

Color information

#96886D (or 0x96886D) is unknown color: approx Pale Oyster. HEX triplet: 96, 88 and 6D. RGB value is (150,136,109). Sum of RGB (Red+Green+Blue) = 150+136+109=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #96886D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96886D is #697792. Grayscale: #898989. Windows color (decimal): -6911891 or 7178390. OLE color: 7178390.

HSL color Cylindrical-coordinate representation of color #96886D: hue angle of 39.51º 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 #96886D is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB150136109-
CMYK00.090.270.41
HSL39.51º16.33%50.78%-
HSV(B)39.51º27.33%58.82%-
XYZ24.1425.218.06-
YUV137.11112.14137.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.97%
GREEN value IS 136 (53.52% from 255) = 34.43%
BLUE value IS 109 (42.97% from 255) = 27.59%
R=37.97%
G=34.43%
B=27.59%

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
Decimal15013610900.090.270.4139.5116.3350.78
Hex96886D091B29281033
Octal2262101550113351502063
Binary10010110100010001101101010011101110100110100010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96886D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96886D; }

 p { color: rgb(150,136,109); }

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

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

 a { background-color: rgb(150,136,109); }

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

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

 span { border-color: rgb(150,136,109); }

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