#9B886D

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

Shades of Pale Oyster #9B886D

Tints of Pale Oyster #9B886D

Color information

#9B886D (or 0x9B886D) is unknown color: approx Pale Oyster. HEX triplet: 9B, 88 and 6D. RGB value is (155,136,109). Sum of RGB (Red+Green+Blue) = 155+136+109=400 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.75% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 155 - color contains mainly: red. Hex color #9B886D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B886D is #647792. Grayscale: #8A8A8A. Windows color (decimal): -6584211 or 7178395. OLE color: 7178395.

HSL color Cylindrical-coordinate representation of color #9B886D: hue angle of 35.22º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B886D is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB155136109-
CMYK00.120.300.39
HSL35.22º18.7%51.76%-
HSV(B)35.22º29.68%60.78%-
XYZ25.0825.6818.1-
YUV138.6111.29139.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.75%
GREEN value IS 136 (53.52% from 255) = 34%
BLUE value IS 109 (42.97% from 255) = 27.25%
R=38.75%
G=34%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513610900.120.300.3935.2218.751.76
Hex9B886D0C1E27231334
Octal2332101550143647432364
Binary10011011100010001101101011001111010011110001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B886D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B886D; }

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

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

<style>
 a { background-color: #9B886D; }

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

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

<style>
 span { border-color: #9B886D; }

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

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