#9B8A63

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

Shades of Pale Oyster #9B8A63

Tints of Pale Oyster #9B8A63

Color information

#9B8A63 (or 0x9B8A63) is unknown color: approx Pale Oyster. HEX triplet: 9B, 8A and 63. RGB value is (155,138,99). Sum of RGB (Red+Green+Blue) = 155+138+99=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 99 (39.06% from 255 or 25.26% from 392); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8A63 is #64759C. Grayscale: #8A8A8A. Windows color (decimal): -6583709 or 6523547. OLE color: 6523547.

HSL color Cylindrical-coordinate representation of color #9B8A63: hue angle of 41.79º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B8A63 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.39.

Color convert

RGB15513899-
CMYK00.110.360.39
HSL41.79º22.05%49.8%-
HSV(B)41.79º36.13%60.78%-
XYZ24.8626.0515.52-
YUV138.64105.63139.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.54%
GREEN value IS 138 (54.30% from 255) = 35.20%
BLUE value IS 99 (39.06% from 255) = 25.26%
R=39.54%
G=35.20%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551389900.110.360.3941.7922.0549.8
Hex9B8A630B24272a1632
Octal2332121430134447522662
Binary100110111000101011000110101110010010011110101010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,138,99); }

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

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

 a { background-color: rgb(155,138,99); }

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

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

 span { border-color: rgb(155,138,99); }

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