#9B8B75

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

Shades of Pale Oyster #9B8B75

Tints of Pale Oyster #9B8B75

Color information

#9B8B75 (or 0x9B8B75) is unknown color: approx Pale Oyster. HEX triplet: 9B, 8B and 75. RGB value is (155,139,117). Sum of RGB (Red+Green+Blue) = 155+139+117=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8B75 is #64748A. Grayscale: #8D8D8D. Windows color (decimal): -6583435 or 7703451. OLE color: 7703451.

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

Color convert

RGB155139117-
CMYK00.100.250.39
HSL34.74º15.97%53.33%-
HSV(B)34.74º24.52%60.78%-
XYZ25.9626.7220.62-
YUV141.28114.3137.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.71%
GREEN value IS 139 (54.69% from 255) = 33.82%
BLUE value IS 117 (46.09% from 255) = 28.47%
R=37.71%
G=33.82%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513911700.100.250.3934.7415.9753.33
Hex9B8B750A1927231035
Octal2332131650123147432065
Binary10011011100010111110101010101100110011110001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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