#97886D

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

Shades of Pale Oyster #97886D

Tints of Pale Oyster #97886D

Color information

#97886D (or 0x97886D) is unknown color: approx Pale Oyster. HEX triplet: 97, 88 and 6D. RGB value is (151,136,109). Sum of RGB (Red+Green+Blue) = 151+136+109=396 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.13% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 151 - color contains mainly: red. Hex color #97886D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97886D is #687792. Grayscale: #898989. Windows color (decimal): -6846355 or 7178391. OLE color: 7178391.

HSL color Cylindrical-coordinate representation of color #97886D: hue angle of 38.57º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #97886D is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB151136109-
CMYK00.100.280.41
HSL38.57º16.8%50.98%-
HSV(B)38.57º27.81%59.22%-
XYZ24.3325.2918.07-
YUV137.41111.97137.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.13%
GREEN value IS 136 (53.52% from 255) = 34.34%
BLUE value IS 109 (42.97% from 255) = 27.53%
R=38.13%
G=34.34%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113610900.100.280.4138.5716.850.98
Hex97886D0A1C29271133
Octal2272101550123451472163
Binary10010111100010001101101010101110010100110011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97886D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97886D; }

 p { color: rgb(151,136,109); }

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

<style>
 a { background-color: #97886D; }

 a { background-color: rgb(151,136,109); }

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

<style>
 span { border-color: #97886D; }

 span { border-color: rgb(151,136,109); }

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