#9C8D79

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

Shades of Pale Oyster #9C8D79

Tints of Pale Oyster #9C8D79

Color information

#9C8D79 (or 0x9C8D79) is unknown color: approx Pale Oyster. HEX triplet: 9C, 8D and 79. RGB value is (156,141,121). Sum of RGB (Red+Green+Blue) = 156+141+121=418 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.32% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8D79 is #637286. Grayscale: #8F8F8F. Windows color (decimal): -6517383 or 7966108. OLE color: 7966108.

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

Color convert

RGB156141121-
CMYK00.100.220.39
HSL34.29º15.02%54.31%-
HSV(B)34.29º22.44%61.18%-
XYZ26.6927.521.99-
YUV143.21115.47137.13-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.32%
GREEN value IS 141 (55.47% from 255) = 33.73%
BLUE value IS 121 (47.66% from 255) = 28.95%
R=37.32%
G=33.73%
B=28.95%

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
Decimal15614112100.100.220.3934.2915.0254.31
Hex9C8D790A162722f36
Octal2342151710122647421766
Binary1001110010001101111100101010101101001111000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,141,121); }

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

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

 a { background-color: rgb(156,141,121); }

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

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

 span { border-color: rgb(156,141,121); }

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