#9B8A6A

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

Shades of Pale Oyster #9B8A6A

Tints of Pale Oyster #9B8A6A

Color information

#9B8A6A (or 0x9B8A6A) is unknown color: approx Pale Oyster. HEX triplet: 9B, 8A and 6A. RGB value is (155,138,106). Sum of RGB (Red+Green+Blue) = 155+138+106=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8A6A is #647595. Grayscale: #8B8B8B. Windows color (decimal): -6583702 or 6982299. OLE color: 6982299.

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

Color convert

RGB155138106-
CMYK00.110.320.39
HSL39.18º19.68%51.18%-
HSV(B)39.18º31.61%60.78%-
XYZ25.2126.1917.36-
YUV139.44109.13139.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.85%
GREEN value IS 138 (54.30% from 255) = 34.59%
BLUE value IS 106 (41.80% from 255) = 26.57%
R=38.85%
G=34.59%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513810600.110.320.3939.1819.6851.18
Hex9B8A6A0B2027271433
Octal2332121520134047472463
Binary100110111000101011010100101110000010011110011110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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