#97876E

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

Shades of Pale Oyster #97876E

Tints of Pale Oyster #97876E

Color information

#97876E (or 0x97876E) is unknown color: approx Pale Oyster. HEX triplet: 97, 87 and 6E. RGB value is (151,135,110). Sum of RGB (Red+Green+Blue) = 151+135+110=396 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.13% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 151 - color contains mainly: red. Hex color #97876E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97876E is #687891. Grayscale: #898989. Windows color (decimal): -6846610 or 7243671. OLE color: 7243671.

HSL color Cylindrical-coordinate representation of color #97876E: hue angle of 36.59º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97876E is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB151135110-
CMYK00.110.270.41
HSL36.59º16.47%51.18%-
HSV(B)36.59º27.15%59.22%-
XYZ24.2425.0318.31-
YUV136.93112.8138.03-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.13%
GREEN value IS 135 (53.12% from 255) = 34.09%
BLUE value IS 110 (43.36% from 255) = 27.78%
R=38.13%
G=34.09%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113511000.110.270.4136.5916.4751.18
Hex97876E0B1B29251033
Octal2272071560133351452063
Binary10010111100001111101110010111101110100110010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,135,110); }

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

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

 a { background-color: rgb(151,135,110); }

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

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

 span { border-color: rgb(151,135,110); }

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