#9B8C79

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

Shades of Pale Oyster #9B8C79

Tints of Pale Oyster #9B8C79

Color information

#9B8C79 (or 0x9B8C79) is unknown color: approx Pale Oyster. HEX triplet: 9B, 8C and 79. RGB value is (155,140,121). Sum of RGB (Red+Green+Blue) = 155+140+121=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 121 (47.66% from 255 or 29.09% from 416); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8C79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8C79 is #647386. Grayscale: #8E8E8E. Windows color (decimal): -6583175 or 7965851. OLE color: 7965851.

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

Color convert

RGB155140121-
CMYK00.100.220.39
HSL33.53º14.53%54.12%-
HSV(B)33.53º21.94%60.78%-
XYZ26.3527.1121.93-
YUV142.32115.97137.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.26%
GREEN value IS 140 (55.08% from 255) = 33.65%
BLUE value IS 121 (47.66% from 255) = 29.09%
R=37.26%
G=33.65%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514012100.100.220.3933.5314.5354.12
Hex9B8C790A162722f36
Octal2332141710122647421766
Binary1001101110001100111100101010101101001111000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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