#9B8E79

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

Shades of Pale Oyster #9B8E79

Tints of Pale Oyster #9B8E79

Color information

#9B8E79 (or 0x9B8E79) is unknown color: approx Pale Oyster. HEX triplet: 9B, 8E and 79. RGB value is (155,142,121). Sum of RGB (Red+Green+Blue) = 155+142+121=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8E79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8E79 is #647186. Grayscale: #8F8F8F. Windows color (decimal): -6582663 or 7966363. OLE color: 7966363.

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

Color convert

RGB155142121-
CMYK00.080.220.39
HSL37.06º14.53%54.12%-
HSV(B)37.06º21.94%60.78%-
XYZ26.6427.722.03-
YUV143.49115.31136.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.08%
GREEN value IS 142 (55.86% from 255) = 33.97%
BLUE value IS 121 (47.66% from 255) = 28.95%
R=37.08%
G=33.97%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514212100.080.220.3937.0614.5354.12
Hex9B8E7908162725f36
Octal2332161710102647451766
Binary1001101110001110111100101000101101001111001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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