#948771

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

Shades of Pale Oyster #948771

Tints of Pale Oyster #948771

Color information

#948771 (or 0x948771) is unknown color: approx Pale Oyster. HEX triplet: 94, 87 and 71. RGB value is (148,135,113). Sum of RGB (Red+Green+Blue) = 148+135+113=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 148 - color contains mainly: red. Hex color #948771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948771 is #6B788E. Grayscale: #888888. Windows color (decimal): -7043215 or 7440276. OLE color: 7440276.

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

Color convert

RGB148135113-
CMYK00.090.240.42
HSL37.71º14.06%51.18%-
HSV(B)37.71º23.65%58.04%-
XYZ23.8624.8219.16-
YUV136.38114.81136.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.37%
GREEN value IS 135 (53.12% from 255) = 34.09%
BLUE value IS 113 (44.53% from 255) = 28.54%
R=37.37%
G=34.09%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813511300.090.240.4237.7114.0651.18
Hex94877109182A26e33
Octal2242071610113052461663
Binary1001010010000111111000101001110001010101001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948771; }

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

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

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

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

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

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

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

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