#96876E

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

Shades of Pale Oyster #96876E

Tints of Pale Oyster #96876E

Color information

#96876E (or 0x96876E) is unknown color: approx Pale Oyster. HEX triplet: 96, 87 and 6E. RGB value is (150,135,110). Sum of RGB (Red+Green+Blue) = 150+135+110=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #96876E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96876E is #697891. Grayscale: #888888. Windows color (decimal): -6912146 or 7243670. OLE color: 7243670.

HSL color Cylindrical-coordinate representation of color #96876E: hue angle of 37.5º 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 #96876E is Cyan = 0, Magento = 0.1, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB150135110-
CMYK00.10.270.41
HSL37.5º16%50.98%-
HSV(B)37.5º26.67%58.82%-
XYZ24.0624.9418.3-
YUV136.64112.97137.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.97%
GREEN value IS 135 (53.12% from 255) = 34.18%
BLUE value IS 110 (43.36% from 255) = 27.85%
R=37.97%
G=34.18%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013511000.10.270.4137.51650.98
Hex96876E0A1B29261033
Octal2262071560123351462063
Binary10010110100001111101110010101101110100110011010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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