#958B73

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

Shades of Pale Oyster #958B73

Tints of Pale Oyster #958B73

Color information

#958B73 (or 0x958B73) is unknown color: approx Pale Oyster. HEX triplet: 95, 8B and 73. RGB value is (149,139,115). Sum of RGB (Red+Green+Blue) = 149+139+115=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 149 - color contains mainly: red. Hex color #958B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958B73 is #6A748C. Grayscale: #8B8B8B. Windows color (decimal): -6976653 or 7572373. OLE color: 7572373.

HSL color Cylindrical-coordinate representation of color #958B73: hue angle of 42.35º 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 #958B73 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB149139115-
CMYK00.070.230.42
HSL42.35º13.82%51.76%-
HSV(B)42.35º22.82%58.43%-
XYZ24.7226.0919.95-
YUV139.25114.31134.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.97%
GREEN value IS 139 (54.69% from 255) = 34.49%
BLUE value IS 115 (45.31% from 255) = 28.54%
R=36.97%
G=34.49%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913911500.070.230.4242.3513.8251.76
Hex958B7307172A2ae34
Octal225213163072752521664
Binary100101011000101111100110111101111010101010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958B73; }

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

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

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

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

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

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

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

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