#958973

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

Shades of Pale Oyster #958973

Tints of Pale Oyster #958973

Color information

#958973 (or 0x958973) is unknown color: approx Pale Oyster. HEX triplet: 95, 89 and 73. RGB value is (149,137,115). Sum of RGB (Red+Green+Blue) = 149+137+115=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 149 - color contains mainly: red. Hex color #958973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958973 is #6A768C. Grayscale: #8A8A8A. Windows color (decimal): -6977165 or 7571861. OLE color: 7571861.

HSL color Cylindrical-coordinate representation of color #958973: hue angle of 38.82º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #958973 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB149137115-
CMYK00.080.230.42
HSL38.82º13.82%51.76%-
HSV(B)38.82º22.82%58.43%-
XYZ24.4325.5219.86-
YUV138.08114.98135.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.16%
GREEN value IS 137 (53.91% from 255) = 34.16%
BLUE value IS 115 (45.31% from 255) = 28.68%
R=37.16%
G=34.16%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913711500.080.230.4238.8213.8251.76
Hex95897308172A27e34
Octal2252111630102752471664
Binary1001010110001001111001101000101111010101001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958973; }

 p { color: rgb(149,137,115); }

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

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

 a { background-color: rgb(149,137,115); }

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

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

 span { border-color: rgb(149,137,115); }

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