#9C8C79

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

Shades of Pale Oyster #9C8C79

Tints of Pale Oyster #9C8C79

Color information

#9C8C79 (or 0x9C8C79) is unknown color: approx Pale Oyster. HEX triplet: 9C, 8C and 79. RGB value is (156,140,121). Sum of RGB (Red+Green+Blue) = 156+140+121=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8C79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8C79 is #637386. Grayscale: #8E8E8E. Windows color (decimal): -6517639 or 7965852. OLE color: 7965852.

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

Color convert

RGB156140121-
CMYK00.100.220.39
HSL32.57º15.02%54.31%-
HSV(B)32.57º22.44%61.18%-
XYZ26.5427.221.94-
YUV142.62115.8137.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.41%
GREEN value IS 140 (55.08% from 255) = 33.57%
BLUE value IS 121 (47.66% from 255) = 29.02%
R=37.41%
G=33.57%
B=29.02%

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
Decimal15614012100.100.220.3932.5715.0254.31
Hex9C8C790A162721f36
Octal2342141710122647411766
Binary1001110010001100111100101010101101001111000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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