#94856C

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

Shades of Pale Oyster #94856C

Tints of Pale Oyster #94856C

Color information

#94856C (or 0x94856C) is unknown color: approx Pale Oyster. HEX triplet: 94, 85 and 6C. RGB value is (148,133,108). Sum of RGB (Red+Green+Blue) = 148+133+108=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 148 - color contains mainly: red. Hex color #94856C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94856C is #6B7A93. Grayscale: #868686. Windows color (decimal): -7043732 or 7112084. OLE color: 7112084.

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

Color convert

RGB148133108-
CMYK00.100.270.42
HSL37.5º15.75%50.2%-
HSV(B)37.5º27.03%58.04%-
XYZ23.3124.1517.62-
YUV134.64112.97137.53-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.05%
GREEN value IS 133 (52.34% from 255) = 34.19%
BLUE value IS 108 (42.58% from 255) = 27.76%
R=38.05%
G=34.19%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813310800.100.270.4237.515.7550.2
Hex94856C0A1B2A261032
Octal2242051540123352462062
Binary10010100100001011101100010101101110101010011010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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