#9B8868

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

Shades of Pale Oyster #9B8868

Tints of Pale Oyster #9B8868

Color information

#9B8868 (or 0x9B8868) is unknown color: approx Pale Oyster. HEX triplet: 9B, 88 and 68. RGB value is (155,136,104). Sum of RGB (Red+Green+Blue) = 155+136+104=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8868 is #647797. Grayscale: #8A8A8A. Windows color (decimal): -6584216 or 6850715. OLE color: 6850715.

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

Color convert

RGB155136104-
CMYK00.120.330.39
HSL37.65º20.32%50.78%-
HSV(B)37.65º32.9%60.78%-
XYZ24.8225.5816.73-
YUV138.03108.79140.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.24%
GREEN value IS 136 (53.52% from 255) = 34.43%
BLUE value IS 104 (41.02% from 255) = 26.33%
R=39.24%
G=34.43%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513610400.120.330.3937.6520.3250.78
Hex9B88680C2127261433
Octal2332101500144147462463
Binary100110111000100011010000110010000110011110011010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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