#94896E

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

Shades of Pale Oyster #94896E

Tints of Pale Oyster #94896E

Color information

#94896E (or 0x94896E) is unknown color: approx Pale Oyster. HEX triplet: 94, 89 and 6E. RGB value is (148,137,110). Sum of RGB (Red+Green+Blue) = 148+137+110=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 148 - color contains mainly: red. Hex color #94896E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94896E is #6B7691. Grayscale: #898989. Windows color (decimal): -7042706 or 7244180. OLE color: 7244180.

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

Color convert

RGB148137110-
CMYK00.070.260.42
HSL42.63º15.08%50.59%-
HSV(B)42.63º25.68%58.04%-
XYZ23.9725.3118.37-
YUV137.21112.64135.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.47%
GREEN value IS 137 (53.91% from 255) = 34.68%
BLUE value IS 110 (43.36% from 255) = 27.85%
R=37.47%
G=34.68%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813711000.070.260.4242.6315.0850.59
Hex94896E071A2A2bf33
Octal224211156073252531763
Binary100101001000100111011100111110101010101010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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