#96856D

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

Shades of Pale Oyster #96856D

Tints of Pale Oyster #96856D

Color information

#96856D (or 0x96856D) is unknown color: approx Pale Oyster. HEX triplet: 96, 85 and 6D. RGB value is (150,133,109). Sum of RGB (Red+Green+Blue) = 150+133+109=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #96856D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96856D is #697A92. Grayscale: #878787. Windows color (decimal): -6912659 or 7177622. OLE color: 7177622.

HSL color Cylindrical-coordinate representation of color #96856D: hue angle of 35.12º 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 #96856D is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB150133109-
CMYK00.110.270.41
HSL35.12º16.33%50.78%-
HSV(B)35.12º27.33%58.82%-
XYZ23.7324.3617.92-
YUV135.35113.13138.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.27%
GREEN value IS 133 (52.34% from 255) = 33.93%
BLUE value IS 109 (42.97% from 255) = 27.81%
R=38.27%
G=33.93%
B=27.81%

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
Decimal15013310900.110.270.4135.1216.3350.78
Hex96856D0B1B29231033
Octal2262051550133351432063
Binary10010110100001011101101010111101110100110001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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