#9B8B6C

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

Shades of Pale Oyster #9B8B6C

Tints of Pale Oyster #9B8B6C

Color information

#9B8B6C (or 0x9B8B6C) is unknown color: approx Pale Oyster. HEX triplet: 9B, 8B and 6C. RGB value is (155,139,108). Sum of RGB (Red+Green+Blue) = 155+139+108=402 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.56% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8B6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8B6C is #647493. Grayscale: #8C8C8C. Windows color (decimal): -6583444 or 7113627. OLE color: 7113627.

HSL color Cylindrical-coordinate representation of color #9B8B6C: hue angle of 39.57º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B8B6C is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB155139108-
CMYK00.100.300.39
HSL39.57º19.03%51.57%-
HSV(B)39.57º30.32%60.78%-
XYZ25.4626.5217.96-
YUV140.25109.8138.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.56%
GREEN value IS 139 (54.69% from 255) = 34.58%
BLUE value IS 108 (42.58% from 255) = 26.87%
R=38.56%
G=34.58%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513910800.100.300.3939.5719.0351.57
Hex9B8B6C0A1E27281334
Octal2332131540123647502364
Binary10011011100010111101100010101111010011110100010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,139,108); }

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

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

 a { background-color: rgb(155,139,108); }

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

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

 span { border-color: rgb(155,139,108); }

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