#94886D

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

Shades of Pale Oyster #94886D

Tints of Pale Oyster #94886D

Color information

#94886D (or 0x94886D) is unknown color: approx Pale Oyster. HEX triplet: 94, 88 and 6D. RGB value is (148,136,109). Sum of RGB (Red+Green+Blue) = 148+136+109=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 148 - color contains mainly: red. Hex color #94886D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94886D is #6B7792. Grayscale: #888888. Windows color (decimal): -7042963 or 7178388. OLE color: 7178388.

HSL color Cylindrical-coordinate representation of color #94886D: 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.26%. Process color model (Four color, CMYK) of #94886D is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB148136109-
CMYK00.080.260.42
HSL41.54º15.42%50.39%-
HSV(B)41.54º26.35%58.04%-
XYZ23.7825.0118.04-
YUV136.51112.48136.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.66%
GREEN value IS 136 (53.52% from 255) = 34.61%
BLUE value IS 109 (42.97% from 255) = 27.74%
R=37.66%
G=34.61%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813610900.080.260.4241.5415.4250.39
Hex94886D081A2A2af32
Octal2242101550103252521762
Binary1001010010001000110110101000110101010101010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94886D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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