#9C9175

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

Shades of Pale Oyster #9C9175

Tints of Pale Oyster #9C9175

Color information

#9C9175 (or 0x9C9175) is unknown color: approx Pale Oyster. HEX triplet: 9C, 91 and 75. RGB value is (156,145,117). Sum of RGB (Red+Green+Blue) = 156+145+117=418 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.32% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9175 is #636E8A. Grayscale: #919191. Windows color (decimal): -6516363 or 7704988. OLE color: 7704988.

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

Color convert

RGB156145117-
CMYK00.070.250.39
HSL43.08º16.46%53.53%-
HSV(B)43.08º25%61.18%-
XYZ27.0528.620.93-
YUV145.1112.14135.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.32%
GREEN value IS 145 (57.03% from 255) = 34.69%
BLUE value IS 117 (46.09% from 255) = 27.99%
R=37.32%
G=34.69%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614511700.070.250.3943.0816.4653.53
Hex9C91750719272b1036
Octal234221165073147532066
Binary1001110010010001111010101111100110011110101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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