#95896D

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

Shades of Pale Oyster #95896D

Tints of Pale Oyster #95896D

Color information

#95896D (or 0x95896D) is unknown color: approx Pale Oyster. HEX triplet: 95, 89 and 6D. RGB value is (149,137,109). Sum of RGB (Red+Green+Blue) = 149+137+109=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 149 - color contains mainly: red. Hex color #95896D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95896D is #6A7692. Grayscale: #898989. Windows color (decimal): -6977171 or 7178645. OLE color: 7178645.

HSL color Cylindrical-coordinate representation of color #95896D: hue angle of 42º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95896D is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB149137109-
CMYK00.080.270.42
HSL42º15.87%50.59%-
HSV(B)42º26.85%58.43%-
XYZ24.125.3918.1-
YUV137.4111.98136.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.72%
GREEN value IS 137 (53.91% from 255) = 34.68%
BLUE value IS 109 (42.97% from 255) = 27.59%
R=37.72%
G=34.68%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913710900.080.270.424215.8750.59
Hex95896D081B2A2a1033
Octal2252111550103352522063
Binary10010101100010011101101010001101110101010101010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95896D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95896D; }

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

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

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

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

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

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

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

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