#97876F

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

Shades of Pale Oyster #97876F

Tints of Pale Oyster #97876F

Color information

#97876F (or 0x97876F) is unknown color: approx Pale Oyster. HEX triplet: 97, 87 and 6F. RGB value is (151,135,111). Sum of RGB (Red+Green+Blue) = 151+135+111=397 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.04% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 151 - color contains mainly: red. Hex color #97876F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97876F is #687890. Grayscale: #898989. Windows color (decimal): -6846609 or 7309207. OLE color: 7309207.

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

Color convert

RGB151135111-
CMYK00.110.260.41
HSL36º16.13%51.37%-
HSV(B)36º26.49%59.22%-
XYZ24.325.0518.59-
YUV137.05113.3137.95-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.04%
GREEN value IS 135 (53.12% from 255) = 34.01%
BLUE value IS 111 (43.75% from 255) = 27.96%
R=38.04%
G=34.01%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113511100.110.260.413616.1351.37
Hex97876F0B1A29241033
Octal2272071570133251442063
Binary10010111100001111101111010111101010100110010010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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