#968976

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

Shades of Pale Oyster #968976

Tints of Pale Oyster #968976

Color information

#968976 (or 0x968976) is unknown color: approx Pale Oyster. HEX triplet: 96, 89 and 76. RGB value is (150,137,118). Sum of RGB (Red+Green+Blue) = 150+137+118=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 150 - color contains mainly: red. Hex color #968976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968976 is #697689. Grayscale: #8A8A8A. Windows color (decimal): -6911626 or 7768470. OLE color: 7768470.

HSL color Cylindrical-coordinate representation of color #968976: hue angle of 35.63º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #968976 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB150137118-
CMYK00.090.210.41
HSL35.63º13.22%52.55%-
HSV(B)35.63º21.33%58.82%-
XYZ24.7925.6820.79-
YUV138.72116.31136.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.04%
GREEN value IS 137 (53.91% from 255) = 33.83%
BLUE value IS 118 (46.48% from 255) = 29.14%
R=37.04%
G=33.83%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013711800.090.210.4135.6313.2252.55
Hex96897609152924d35
Octal2262111660112551441565
Binary1001011010001001111011001001101011010011001001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968976; }

 p { color: rgb(150,137,118); }

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

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

 a { background-color: rgb(150,137,118); }

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

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

 span { border-color: rgb(150,137,118); }

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