#93856C

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

Shades of Pale Oyster #93856C

Tints of Pale Oyster #93856C

Color information

#93856C (or 0x93856C) is unknown color: approx Pale Oyster. HEX triplet: 93, 85 and 6C. RGB value is (147,133,108). Sum of RGB (Red+Green+Blue) = 147+133+108=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 147 - color contains mainly: red. Hex color #93856C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93856C is #6C7A93. Grayscale: #868686. Windows color (decimal): -7109268 or 7112083. OLE color: 7112083.

HSL color Cylindrical-coordinate representation of color #93856C: hue angle of 38.46º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93856C is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB147133108-
CMYK00.100.270.42
HSL38.46º15.29%50%-
HSV(B)38.46º26.53%57.65%-
XYZ23.1324.0617.61-
YUV134.34113.14137.03-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.89%
GREEN value IS 133 (52.34% from 255) = 34.28%
BLUE value IS 108 (42.58% from 255) = 27.84%
R=37.89%
G=34.28%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713310800.100.270.4238.4615.2950
Hex93856C0A1B2A26f32
Octal2232051540123352461762
Binary1001001110000101110110001010110111010101001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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