#968C76

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

Shades of Pale Oyster #968C76

Tints of Pale Oyster #968C76

Color information

#968C76 (or 0x968C76) is unknown color: approx Pale Oyster. HEX triplet: 96, 8C and 76. RGB value is (150,140,118). Sum of RGB (Red+Green+Blue) = 150+140+118=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 150 - color contains mainly: red. Hex color #968C76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968C76 is #697389. Grayscale: #8C8C8C. Windows color (decimal): -6910858 or 7769238. OLE color: 7769238.

HSL color Cylindrical-coordinate representation of color #968C76: hue angle of 41.25º 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 #968C76 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB150140118-
CMYK00.070.210.41
HSL41.25º13.22%52.55%-
HSV(B)41.25º21.33%58.82%-
XYZ25.2326.5520.93-
YUV140.48115.31134.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.76%
GREEN value IS 140 (55.08% from 255) = 34.31%
BLUE value IS 118 (46.48% from 255) = 28.92%
R=36.76%
G=34.31%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014011800.070.210.4141.2513.2252.55
Hex968C7607152929d35
Octal226214166072551511565
Binary100101101000110011101100111101011010011010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968C76; }

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

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

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

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

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

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

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

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