#9B896E

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

Shades of Pale Oyster #9B896E

Tints of Pale Oyster #9B896E

Color information

#9B896E (or 0x9B896E) is unknown color: approx Pale Oyster. HEX triplet: 9B, 89 and 6E. RGB value is (155,137,110). Sum of RGB (Red+Green+Blue) = 155+137+110=402 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.56% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 155 - color contains mainly: red. Hex color #9B896E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B896E is #647691. Grayscale: #8B8B8B. Windows color (decimal): -6583954 or 7244187. OLE color: 7244187.

HSL color Cylindrical-coordinate representation of color #9B896E: hue angle of 36º 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 #9B896E is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB155137110-
CMYK00.120.290.39
HSL36º18.37%51.96%-
HSV(B)36º29.03%60.78%-
XYZ25.2825.9918.44-
YUV139.3111.46139.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.56%
GREEN value IS 137 (53.91% from 255) = 34.08%
BLUE value IS 110 (43.36% from 255) = 27.36%
R=38.56%
G=34.08%
B=27.36%

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
Decimal15513711000.120.290.393618.3751.96
Hex9B896E0C1D27241234
Octal2332111560143547442264
Binary10011011100010011101110011001110110011110010010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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