#9B886E

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

Shades of Pale Oyster #9B886E

Tints of Pale Oyster #9B886E

Color information

#9B886E (or 0x9B886E) is unknown color: approx Pale Oyster. HEX triplet: 9B, 88 and 6E. RGB value is (155,136,110). Sum of RGB (Red+Green+Blue) = 155+136+110=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 155 - color contains mainly: red. Hex color #9B886E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B886E is #647791. Grayscale: #8A8A8A. Windows color (decimal): -6584210 or 7243931. OLE color: 7243931.

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

Color convert

RGB155136110-
CMYK00.120.290.39
HSL34.67º18.37%51.96%-
HSV(B)34.67º29.03%60.78%-
XYZ25.1425.718.39-
YUV138.72111.79139.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.65%
GREEN value IS 136 (53.52% from 255) = 33.92%
BLUE value IS 110 (43.36% from 255) = 27.43%
R=38.65%
G=33.92%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513611000.120.290.3934.6718.3751.96
Hex9B886E0C1D27231234
Octal2332101560143547432264
Binary10011011100010001101110011001110110011110001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B886E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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