#96856C

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

Shades of Pale Oyster #96856C

Tints of Pale Oyster #96856C

Color information

#96856C (or 0x96856C) is unknown color: approx Pale Oyster. HEX triplet: 96, 85 and 6C. RGB value is (150,133,108). Sum of RGB (Red+Green+Blue) = 150+133+108=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 150 - color contains mainly: red. Hex color #96856C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96856C is #697A93. Grayscale: #878787. Windows color (decimal): -6912660 or 7112086. OLE color: 7112086.

HSL color Cylindrical-coordinate representation of color #96856C: hue angle of 35.71º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96856C is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB150133108-
CMYK00.110.280.41
HSL35.71º16.67%50.59%-
HSV(B)35.71º28%58.82%-
XYZ23.6724.3417.64-
YUV135.23112.63138.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.36%
GREEN value IS 133 (52.34% from 255) = 34.02%
BLUE value IS 108 (42.58% from 255) = 27.62%
R=38.36%
G=34.02%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013310800.110.280.4135.7116.6750.59
Hex96856C0B1C29241133
Octal2262051540133451442163
Binary10010110100001011101100010111110010100110010010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96856C; }

 p { color: rgb(150,133,108); }

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

<style>
 a { background-color: #96856C; }

 a { background-color: rgb(150,133,108); }

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

<style>
 span { border-color: #96856C; }

 span { border-color: rgb(150,133,108); }

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