#948A71

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

Shades of Pale Oyster #948A71

Tints of Pale Oyster #948A71

Color information

#948A71 (or 0x948A71) is unknown color: approx Pale Oyster. HEX triplet: 94, 8A and 71. RGB value is (148,138,113). Sum of RGB (Red+Green+Blue) = 148+138+113=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 148 - color contains mainly: red. Hex color #948A71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948A71 is #6B758E. Grayscale: #8A8A8A. Windows color (decimal): -7042447 or 7441044. OLE color: 7441044.

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

Color convert

RGB148138113-
CMYK00.070.240.42
HSL42.86º14.06%51.18%-
HSV(B)42.86º23.65%58.04%-
XYZ24.2825.6719.3-
YUV138.14113.81135.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.09%
GREEN value IS 138 (54.30% from 255) = 34.59%
BLUE value IS 113 (44.53% from 255) = 28.32%
R=37.09%
G=34.59%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813811300.070.240.4242.8614.0651.18
Hex948A7107182A2be33
Octal224212161073052531663
Binary100101001000101011100010111110001010101010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948A71; }

 p { color: rgb(148,138,113); }

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

<style>
 a { background-color: #948A71; }

 a { background-color: rgb(148,138,113); }

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

<style>
 span { border-color: #948A71; }

 span { border-color: rgb(148,138,113); }

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