#94876C

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

Shades of Pale Oyster #94876C

Tints of Pale Oyster #94876C

Color information

#94876C (or 0x94876C) is unknown color: approx Pale Oyster. HEX triplet: 94, 87 and 6C. RGB value is (148,135,108). Sum of RGB (Red+Green+Blue) = 148+135+108=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 148 - color contains mainly: red. Hex color #94876C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94876C is #6B7893. Grayscale: #878787. Windows color (decimal): -7043220 or 7112596. OLE color: 7112596.

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

Color convert

RGB148135108-
CMYK00.090.270.42
HSL40.5º15.75%50.2%-
HSV(B)40.5º27.03%58.04%-
XYZ23.5824.7117.71-
YUV135.81112.31136.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.85%
GREEN value IS 135 (53.12% from 255) = 34.53%
BLUE value IS 108 (42.58% from 255) = 27.62%
R=37.85%
G=34.53%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813510800.090.270.4240.515.7550.2
Hex94876C091B2A291032
Octal2242071540113352512062
Binary10010100100001111101100010011101110101010100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94876C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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