#93886F

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

Shades of Pale Oyster #93886F

Tints of Pale Oyster #93886F

Color information

#93886F (or 0x93886F) is unknown color: approx Pale Oyster. HEX triplet: 93, 88 and 6F. RGB value is (147,136,111). Sum of RGB (Red+Green+Blue) = 147+136+111=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 147 - color contains mainly: red. Hex color #93886F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93886F is #6C7790. Grayscale: #888888. Windows color (decimal): -7108497 or 7309459. OLE color: 7309459.

HSL color Cylindrical-coordinate representation of color #93886F: hue angle of 41.67º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #93886F is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB147136111-
CMYK00.070.240.42
HSL41.67º14.29%50.59%-
HSV(B)41.67º24.49%57.65%-
XYZ23.7124.9618.61-
YUV136.44113.64135.53-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.31%
GREEN value IS 136 (53.52% from 255) = 34.52%
BLUE value IS 111 (43.75% from 255) = 28.17%
R=37.31%
G=34.52%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713611100.070.240.4241.6714.2950.59
Hex93886F07182A2ae33
Octal223210157073052521663
Binary100100111000100011011110111110001010101010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93886F; }

 p { color: rgb(147,136,111); }

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

<style>
 a { background-color: #93886F; }

 a { background-color: rgb(147,136,111); }

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

<style>
 span { border-color: #93886F; }

 span { border-color: rgb(147,136,111); }

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