#93876C

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

Shades of Pale Oyster #93876C

Tints of Pale Oyster #93876C

Color information

#93876C (or 0x93876C) is unknown color: approx Pale Oyster. HEX triplet: 93, 87 and 6C. RGB value is (147,135,108). Sum of RGB (Red+Green+Blue) = 147+135+108=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 147 - color contains mainly: red. Hex color #93876C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93876C is #6C7893. Grayscale: #878787. Windows color (decimal): -7108756 or 7112595. OLE color: 7112595.

HSL color Cylindrical-coordinate representation of color #93876C: hue angle of 41.54º 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 #93876C is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB147135108-
CMYK00.080.270.42
HSL41.54º15.29%50%-
HSV(B)41.54º26.53%57.65%-
XYZ23.424.6117.7-
YUV135.51112.48136.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.69%
GREEN value IS 135 (53.12% from 255) = 34.62%
BLUE value IS 108 (42.58% from 255) = 27.69%
R=37.69%
G=34.62%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713510800.080.270.4241.5415.2950
Hex93876C081B2A2af32
Octal2232071540103352521762
Binary1001001110000111110110001000110111010101010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93876C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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