#9C886E

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

Shades of Pale Oyster #9C886E

Tints of Pale Oyster #9C886E

Color information

#9C886E (or 0x9C886E) is unknown color: approx Pale Oyster. HEX triplet: 9C, 88 and 6E. RGB value is (156,136,110). Sum of RGB (Red+Green+Blue) = 156+136+110=402 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.81% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 156 - color contains mainly: red. Hex color #9C886E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C886E is #637791. Grayscale: #8B8B8B. Windows color (decimal): -6518674 or 7243932. OLE color: 7243932.

HSL color Cylindrical-coordinate representation of color #9C886E: hue angle of 33.91º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C886E is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB156136110-
CMYK00.130.290.39
HSL33.91º18.85%52.16%-
HSV(B)33.91º29.49%61.18%-
XYZ25.3325.818.4-
YUV139.02111.63140.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.81%
GREEN value IS 136 (53.52% from 255) = 33.83%
BLUE value IS 110 (43.36% from 255) = 27.36%
R=38.81%
G=33.83%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613611000.130.290.3933.9118.8552.16
Hex9C886E0D1D27221334
Octal2342101560153547422364
Binary10011100100010001101110011011110110011110001010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C886E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,136,110); }

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

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

 a { background-color: rgb(156,136,110); }

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

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

 span { border-color: rgb(156,136,110); }

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