#95886E

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

Shades of Pale Oyster #95886E

Tints of Pale Oyster #95886E

Color information

#95886E (or 0x95886E) is unknown color: approx Pale Oyster. HEX triplet: 95, 88 and 6E. RGB value is (149,136,110). Sum of RGB (Red+Green+Blue) = 149+136+110=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 149 - color contains mainly: red. Hex color #95886E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95886E is #6A7791. Grayscale: #898989. Windows color (decimal): -6977426 or 7243925. OLE color: 7243925.

HSL color Cylindrical-coordinate representation of color #95886E: hue angle of 40º degrees, saturation: 0.16, 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 #95886E is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB149136110-
CMYK00.090.260.42
HSL40º15.54%50.78%-
HSV(B)40º26.17%58.43%-
XYZ24.0125.1218.34-
YUV136.92112.81136.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.72%
GREEN value IS 136 (53.52% from 255) = 34.43%
BLUE value IS 110 (43.36% from 255) = 27.85%
R=37.72%
G=34.43%
B=27.85%

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
Decimal14913611000.090.260.424015.5450.78
Hex95886E091A2A281033
Octal2252101560113252502063
Binary10010101100010001101110010011101010101010100010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95886E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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