#96866E

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

Shades of Pale Oyster #96866E

Tints of Pale Oyster #96866E

Color information

#96866E (or 0x96866E) is unknown color: approx Pale Oyster. HEX triplet: 96, 86 and 6E. RGB value is (150,134,110). Sum of RGB (Red+Green+Blue) = 150+134+110=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 150 - color contains mainly: red. Hex color #96866E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96866E is #697991. Grayscale: #888888. Windows color (decimal): -6912402 or 7243414. OLE color: 7243414.

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

Color convert

RGB150134110-
CMYK00.110.270.41
HSL36º16%50.98%-
HSV(B)36º26.67%58.82%-
XYZ23.9224.6618.25-
YUV136.05113.3137.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.07%
GREEN value IS 134 (52.73% from 255) = 34.01%
BLUE value IS 110 (43.36% from 255) = 27.92%
R=38.07%
G=34.01%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013411000.110.270.41361650.98
Hex96866E0B1B29241033
Octal2262061560133351442063
Binary10010110100001101101110010111101110100110010010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96866E; }

 p { color: rgb(150,134,110); }

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

<style>
 a { background-color: #96866E; }

 a { background-color: rgb(150,134,110); }

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

<style>
 span { border-color: #96866E; }

 span { border-color: rgb(150,134,110); }

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