#9C9179

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

Shades of Pale Oyster #9C9179

Tints of Pale Oyster #9C9179

Color information

#9C9179 (or 0x9C9179) is unknown color: approx Pale Oyster. HEX triplet: 9C, 91 and 79. RGB value is (156,145,121). Sum of RGB (Red+Green+Blue) = 156+145+121=422 (55% of max value = 765). Red value is 156 (61.33% from 255 or 36.97% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9179 is #636E86. Grayscale: #919191. Windows color (decimal): -6516359 or 7967132. OLE color: 7967132.

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

Color convert

RGB156145121-
CMYK00.070.220.39
HSL41.14º15.02%54.31%-
HSV(B)41.14º22.44%61.18%-
XYZ27.2928.722.19-
YUV145.55114.14135.45-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.97%
GREEN value IS 145 (57.03% from 255) = 34.36%
BLUE value IS 121 (47.66% from 255) = 28.67%
R=36.97%
G=34.36%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614512100.070.220.3941.1415.0254.31
Hex9C917907162729f36
Octal234221171072647511766
Binary100111001001000111110010111101101001111010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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