#93866E

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

Shades of Pale Oyster #93866E

Tints of Pale Oyster #93866E

Color information

#93866E (or 0x93866E) is unknown color: approx Pale Oyster. HEX triplet: 93, 86 and 6E. RGB value is (147,134,110). Sum of RGB (Red+Green+Blue) = 147+134+110=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 147 - color contains mainly: red. Hex color #93866E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93866E is #6C7991. Grayscale: #878787. Windows color (decimal): -7109010 or 7243411. OLE color: 7243411.

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

Color convert

RGB147134110-
CMYK00.090.250.42
HSL38.92º14.62%50.39%-
HSV(B)38.92º25.17%57.65%-
XYZ23.3724.3818.23-
YUV135.15113.81136.45-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.60%
GREEN value IS 134 (52.73% from 255) = 34.27%
BLUE value IS 110 (43.36% from 255) = 28.13%
R=37.60%
G=34.27%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713411000.090.250.4238.9214.6250.39
Hex93866E09192A27f32
Octal2232061560113152471762
Binary1001001110000110110111001001110011010101001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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