#9B8963

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

Shades of Pale Oyster #9B8963

Tints of Pale Oyster #9B8963

Color information

#9B8963 (or 0x9B8963) is unknown color: approx Pale Oyster. HEX triplet: 9B, 89 and 63. RGB value is (155,137,99). Sum of RGB (Red+Green+Blue) = 155+137+99=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 99 (39.06% from 255 or 25.32% from 391); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8963 is #64769C. Grayscale: #8A8A8A. Windows color (decimal): -6583965 or 6523291. OLE color: 6523291.

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

Color convert

RGB15513799-
CMYK00.120.360.39
HSL40.71º22.05%49.8%-
HSV(B)40.71º36.13%60.78%-
XYZ24.7225.7615.47-
YUV138.05105.96140.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.64%
GREEN value IS 137 (53.91% from 255) = 35.04%
BLUE value IS 99 (39.06% from 255) = 25.32%
R=39.64%
G=35.04%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551379900.120.360.3940.7122.0549.8
Hex9B89630C2427291632
Octal2332111430144447512662
Binary100110111000100111000110110010010010011110100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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