#94896F

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

Shades of Pale Oyster #94896F

Tints of Pale Oyster #94896F

Color information

#94896F (or 0x94896F) is unknown color: approx Pale Oyster. HEX triplet: 94, 89 and 6F. RGB value is (148,137,111). Sum of RGB (Red+Green+Blue) = 148+137+111=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 148 - color contains mainly: red. Hex color #94896F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94896F is #6B7690. Grayscale: #898989. Windows color (decimal): -7042705 or 7309716. OLE color: 7309716.

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

Color convert

RGB148137111-
CMYK00.070.250.42
HSL42.16º14.74%50.78%-
HSV(B)42.16º25%58.04%-
XYZ24.0325.3318.66-
YUV137.32113.14135.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.37%
GREEN value IS 137 (53.91% from 255) = 34.60%
BLUE value IS 111 (43.75% from 255) = 28.03%
R=37.37%
G=34.60%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813711100.070.250.4242.1614.7450.78
Hex94896F07192A2af33
Octal224211157073152521763
Binary100101001000100111011110111110011010101010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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