#95866C

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

Shades of Pale Oyster #95866C

Tints of Pale Oyster #95866C

Color information

#95866C (or 0x95866C) is unknown color: approx Pale Oyster. HEX triplet: 95, 86 and 6C. RGB value is (149,134,108). Sum of RGB (Red+Green+Blue) = 149+134+108=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #95866C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95866C is #6A7993. Grayscale: #878787. Windows color (decimal): -6977940 or 7112341. OLE color: 7112341.

HSL color Cylindrical-coordinate representation of color #95866C: hue angle of 38.05º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95866C is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB149134108-
CMYK00.100.280.42
HSL38.05º16.21%50.39%-
HSV(B)38.05º27.52%58.43%-
XYZ23.6324.5217.68-
YUV135.52112.47137.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.11%
GREEN value IS 134 (52.73% from 255) = 34.27%
BLUE value IS 108 (42.58% from 255) = 27.62%
R=38.11%
G=34.27%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913410800.100.280.4238.0516.2150.39
Hex95866C0A1C2A261032
Octal2252061540123452462062
Binary10010101100001101101100010101110010101010011010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95866C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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