#948871

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

Shades of Pale Oyster #948871

Tints of Pale Oyster #948871

Color information

#948871 (or 0x948871) is unknown color: approx Pale Oyster. HEX triplet: 94, 88 and 71. RGB value is (148,136,113). Sum of RGB (Red+Green+Blue) = 148+136+113=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 148 - color contains mainly: red. Hex color #948871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948871 is #6B778E. Grayscale: #898989. Windows color (decimal): -7042959 or 7440532. OLE color: 7440532.

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

Color convert

RGB148136113-
CMYK00.080.240.42
HSL39.43º14.06%51.18%-
HSV(B)39.43º23.65%58.04%-
XYZ2425.119.2-
YUV136.97114.48135.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.28%
GREEN value IS 136 (53.52% from 255) = 34.26%
BLUE value IS 113 (44.53% from 255) = 28.46%
R=37.28%
G=34.26%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813611300.080.240.4239.4314.0651.18
Hex94887108182A27e33
Octal2242101610103052471663
Binary1001010010001000111000101000110001010101001111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948871; }

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

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

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

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

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

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

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

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