#94886C

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

Shades of Pale Oyster #94886C

Tints of Pale Oyster #94886C

Color information

#94886C (or 0x94886C) is unknown color: approx Pale Oyster. HEX triplet: 94, 88 and 6C. RGB value is (148,136,108). Sum of RGB (Red+Green+Blue) = 148+136+108=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 148 - color contains mainly: red. Hex color #94886C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94886C is #6B7793. Grayscale: #888888. Windows color (decimal): -7042964 or 7112852. OLE color: 7112852.

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

Color convert

RGB148136108-
CMYK00.080.270.42
HSL42º15.75%50.2%-
HSV(B)42º27.03%58.04%-
XYZ23.7224.9917.76-
YUV136.4111.98136.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.76%
GREEN value IS 136 (53.52% from 255) = 34.69%
BLUE value IS 108 (42.58% from 255) = 27.55%
R=37.76%
G=34.69%
B=27.55%

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
Decimal14813610800.080.270.424215.7550.2
Hex94886C081B2A2a1032
Octal2242101540103352522062
Binary10010100100010001101100010001101110101010101010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94886C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,136,108); }

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

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

 a { background-color: rgb(148,136,108); }

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

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

 span { border-color: rgb(148,136,108); }

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