#96886B

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

Shades of Pale Oyster #96886B

Tints of Pale Oyster #96886B

Color information

#96886B (or 0x96886B) is unknown color: approx Pale Oyster. HEX triplet: 96, 88 and 6B. RGB value is (150,136,107). Sum of RGB (Red+Green+Blue) = 150+136+107=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #96886B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96886B is #697794. Grayscale: #898989. Windows color (decimal): -6911893 or 7047318. OLE color: 7047318.

HSL color Cylindrical-coordinate representation of color #96886B: hue angle of 40.47º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96886B is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB150136107-
CMYK00.090.290.41
HSL40.47º17%50.39%-
HSV(B)40.47º28.67%58.82%-
XYZ24.0425.1517.5-
YUV136.88111.14137.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.17%
GREEN value IS 136 (53.52% from 255) = 34.61%
BLUE value IS 107 (42.19% from 255) = 27.23%
R=38.17%
G=34.61%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013610700.090.290.4140.471750.39
Hex96886B091D29281132
Octal2262101530113551502162
Binary10010110100010001101011010011110110100110100010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96886B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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