#95896E

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

Shades of Pale Oyster #95896E

Tints of Pale Oyster #95896E

Color information

#95896E (or 0x95896E) is unknown color: approx Pale Oyster. HEX triplet: 95, 89 and 6E. RGB value is (149,137,110). Sum of RGB (Red+Green+Blue) = 149+137+110=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 149 - color contains mainly: red. Hex color #95896E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95896E is #6A7691. Grayscale: #898989. Windows color (decimal): -6977170 or 7244181. OLE color: 7244181.

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

Color convert

RGB149137110-
CMYK00.080.260.42
HSL41.54º15.54%50.78%-
HSV(B)41.54º26.17%58.43%-
XYZ24.1525.4118.38-
YUV137.51112.48136.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.63%
GREEN value IS 137 (53.91% from 255) = 34.60%
BLUE value IS 110 (43.36% from 255) = 27.78%
R=37.63%
G=34.60%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913711000.080.260.4241.5415.5450.78
Hex95896E081A2A2a1033
Octal2252111560103252522063
Binary10010101100010011101110010001101010101010101010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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