#9C8B75

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

Shades of Pale Oyster #9C8B75

Tints of Pale Oyster #9C8B75

Color information

#9C8B75 (or 0x9C8B75) is unknown color: approx Pale Oyster. HEX triplet: 9C, 8B and 75. RGB value is (156,139,117). Sum of RGB (Red+Green+Blue) = 156+139+117=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8B75 is #63748A. Grayscale: #8D8D8D. Windows color (decimal): -6517899 or 7703452. OLE color: 7703452.

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

Color convert

RGB156139117-
CMYK00.110.250.39
HSL33.85º16.46%53.53%-
HSV(B)33.85º25%61.18%-
XYZ26.1526.8220.63-
YUV141.57114.13138.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.86%
GREEN value IS 139 (54.69% from 255) = 33.74%
BLUE value IS 117 (46.09% from 255) = 28.40%
R=37.86%
G=33.74%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613911700.110.250.3933.8516.4653.53
Hex9C8B750B1927221036
Octal2342131650133147422066
Binary10011100100010111110101010111100110011110001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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