#97856A

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

Shades of Pale Oyster #97856A

Tints of Pale Oyster #97856A

Color information

#97856A (or 0x97856A) is unknown color: approx Pale Oyster. HEX triplet: 97, 85 and 6A. RGB value is (151,133,106). Sum of RGB (Red+Green+Blue) = 151+133+106=390 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.72% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 151 - color contains mainly: red. Hex color #97856A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97856A is #687A95. Grayscale: #878787. Windows color (decimal): -6847126 or 6981015. OLE color: 6981015.

HSL color Cylindrical-coordinate representation of color #97856A: hue angle of 36º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97856A is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB151133106-
CMYK00.120.300.41
HSL36º17.79%50.39%-
HSV(B)36º29.8%59.22%-
XYZ23.7524.3917.09-
YUV135.3111.46139.2-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.72%
GREEN value IS 133 (52.34% from 255) = 34.10%
BLUE value IS 106 (41.80% from 255) = 27.18%
R=38.72%
G=34.10%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113310600.120.300.413617.7950.39
Hex97856A0C1E29241232
Octal2272051520143651442262
Binary10010111100001011101010011001111010100110010010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97856A; }

 p { color: rgb(151,133,106); }

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

<style>
 a { background-color: #97856A; }

 a { background-color: rgb(151,133,106); }

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

<style>
 span { border-color: #97856A; }

 span { border-color: rgb(151,133,106); }

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