#9B8E75

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

Shades of Pale Oyster #9B8E75

Tints of Pale Oyster #9B8E75

Color information

#9B8E75 (or 0x9B8E75) is unknown color: approx Pale Oyster. HEX triplet: 9B, 8E and 75. RGB value is (155,142,117). Sum of RGB (Red+Green+Blue) = 155+142+117=414 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.44% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8E75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8E75 is #64718A. Grayscale: #8F8F8F. Windows color (decimal): -6582667 or 7704219. OLE color: 7704219.

HSL color Cylindrical-coordinate representation of color #9B8E75: hue angle of 39.47º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9B8E75 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB155142117-
CMYK00.080.250.39
HSL39.47º15.97%53.33%-
HSV(B)39.47º24.52%60.78%-
XYZ26.427.620.77-
YUV143.04113.31136.53-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.44%
GREEN value IS 142 (55.86% from 255) = 34.30%
BLUE value IS 117 (46.09% from 255) = 28.26%
R=37.44%
G=34.30%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514211700.080.250.3939.4715.9753.33
Hex9B8E75081927271035
Octal2332161650103147472065
Binary10011011100011101110101010001100110011110011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,142,117); }

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

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

 a { background-color: rgb(155,142,117); }

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

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

 span { border-color: rgb(155,142,117); }

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