#95886F

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

Shades of Pale Oyster #95886F

Tints of Pale Oyster #95886F

Color information

#95886F (or 0x95886F) is unknown color: approx Pale Oyster. HEX triplet: 95, 88 and 6F. RGB value is (149,136,111). Sum of RGB (Red+Green+Blue) = 149+136+111=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 149 - color contains mainly: red. Hex color #95886F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95886F is #6A7790. Grayscale: #898989. Windows color (decimal): -6977425 or 7309461. OLE color: 7309461.

HSL color Cylindrical-coordinate representation of color #95886F: hue angle of 39.47º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95886F is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB149136111-
CMYK00.090.260.42
HSL39.47º15.2%50.98%-
HSV(B)39.47º25.5%58.43%-
XYZ24.0725.1518.62-
YUV137.04113.31136.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.63%
GREEN value IS 136 (53.52% from 255) = 34.34%
BLUE value IS 111 (43.75% from 255) = 28.03%
R=37.63%
G=34.34%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913611100.090.260.4239.4715.250.98
Hex95886F091A2A27f33
Octal2252101570113252471763
Binary1001010110001000110111101001110101010101001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95886F; }

 p { color: rgb(149,136,111); }

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

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

 a { background-color: rgb(149,136,111); }

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

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

 span { border-color: rgb(149,136,111); }

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