#95886B

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

Shades of Pale Oyster #95886B

Tints of Pale Oyster #95886B

Color information

#95886B (or 0x95886B) is unknown color: approx Pale Oyster. HEX triplet: 95, 88 and 6B. RGB value is (149,136,107). Sum of RGB (Red+Green+Blue) = 149+136+107=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 149 - color contains mainly: red. Hex color #95886B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95886B is #6A7794. Grayscale: #888888. Windows color (decimal): -6977429 or 7047317. OLE color: 7047317.

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

Color convert

RGB149136107-
CMYK00.090.280.42
HSL41.43º16.54%50.2%-
HSV(B)41.43º28.19%58.43%-
XYZ23.8525.0617.49-
YUV136.58111.31136.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.01%
GREEN value IS 136 (53.52% from 255) = 34.69%
BLUE value IS 107 (42.19% from 255) = 27.30%
R=38.01%
G=34.69%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913610700.090.280.4241.4316.5450.2
Hex95886B091C2A291132
Octal2252101530113452512162
Binary10010101100010001101011010011110010101010100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95886B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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