#93856B

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

Shades of Pale Oyster #93856B

Tints of Pale Oyster #93856B

Color information

#93856B (or 0x93856B) is unknown color: approx Pale Oyster. HEX triplet: 93, 85 and 6B. RGB value is (147,133,107). Sum of RGB (Red+Green+Blue) = 147+133+107=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 147 - color contains mainly: red. Hex color #93856B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93856B is #6C7A94. Grayscale: #868686. Windows color (decimal): -7109269 or 7046547. OLE color: 7046547.

HSL color Cylindrical-coordinate representation of color #93856B: hue angle of 39º degrees, saturation: 0.16, 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 #93856B is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB147133107-
CMYK00.100.270.42
HSL39º15.75%49.8%-
HSV(B)39º27.21%57.65%-
XYZ23.0724.0417.33-
YUV134.22112.64137.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.98%
GREEN value IS 133 (52.34% from 255) = 34.37%
BLUE value IS 107 (42.19% from 255) = 27.65%
R=37.98%
G=34.37%
B=27.65%

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
Decimal14713310700.100.270.423915.7549.8
Hex93856B0A1B2A271032
Octal2232051530123352472062
Binary10010011100001011101011010101101110101010011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93856B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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