#95866E

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

Shades of Pale Oyster #95866E

Tints of Pale Oyster #95866E

Color information

#95866E (or 0x95866E) is unknown color: approx Pale Oyster. HEX triplet: 95, 86 and 6E. RGB value is (149,134,110). Sum of RGB (Red+Green+Blue) = 149+134+110=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 149 - color contains mainly: red. Hex color #95866E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95866E is #6A7991. Grayscale: #878787. Windows color (decimal): -6977938 or 7243413. OLE color: 7243413.

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

Color convert

RGB149134110-
CMYK00.100.260.42
HSL36.92º15.54%50.78%-
HSV(B)36.92º26.17%58.43%-
XYZ23.7324.5718.24-
YUV135.75113.47137.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.91%
GREEN value IS 134 (52.73% from 255) = 34.10%
BLUE value IS 110 (43.36% from 255) = 27.99%
R=37.91%
G=34.10%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913411000.100.260.4236.9215.5450.78
Hex95866E0A1A2A251033
Octal2252061560123252452063
Binary10010101100001101101110010101101010101010010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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