#94866E

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

Shades of Pale Oyster #94866E

Tints of Pale Oyster #94866E

Color information

#94866E (or 0x94866E) is unknown color: approx Pale Oyster. HEX triplet: 94, 86 and 6E. RGB value is (148,134,110). Sum of RGB (Red+Green+Blue) = 148+134+110=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 148 - color contains mainly: red. Hex color #94866E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94866E is #6B7991. Grayscale: #878787. Windows color (decimal): -7043474 or 7243412. OLE color: 7243412.

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

Color convert

RGB148134110-
CMYK00.090.260.42
HSL37.89º15.08%50.59%-
HSV(B)37.89º25.68%58.04%-
XYZ23.5524.4718.23-
YUV135.45113.64136.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.76%
GREEN value IS 134 (52.73% from 255) = 34.18%
BLUE value IS 110 (43.36% from 255) = 28.06%
R=37.76%
G=34.18%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813411000.090.260.4237.8915.0850.59
Hex94866E091A2A26f33
Octal2242061560113252461763
Binary1001010010000110110111001001110101010101001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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