#94866D

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

Shades of Pale Oyster #94866D

Tints of Pale Oyster #94866D

Color information

#94866D (or 0x94866D) is unknown color: approx Pale Oyster. HEX triplet: 94, 86 and 6D. RGB value is (148,134,109). Sum of RGB (Red+Green+Blue) = 148+134+109=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 148 - color contains mainly: red. Hex color #94866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94866D is #6B7992. Grayscale: #878787. Windows color (decimal): -7043475 or 7177876. OLE color: 7177876.

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

Color convert

RGB148134109-
CMYK00.090.260.42
HSL38.46º15.42%50.39%-
HSV(B)38.46º26.35%58.04%-
XYZ23.524.4517.95-
YUV135.34113.14137.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.85%
GREEN value IS 134 (52.73% from 255) = 34.27%
BLUE value IS 109 (42.97% from 255) = 27.88%
R=37.85%
G=34.27%
B=27.88%

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
Decimal14813410900.090.260.4238.4615.4250.39
Hex94866D091A2A26f32
Octal2242061550113252461762
Binary1001010010000110110110101001110101010101001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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