#96856F

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

Shades of Pale Oyster #96856F

Tints of Pale Oyster #96856F

Color information

#96856F (or 0x96856F) is unknown color: approx Pale Oyster. HEX triplet: 96, 85 and 6F. RGB value is (150,133,111). Sum of RGB (Red+Green+Blue) = 150+133+111=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 150 - color contains mainly: red. Hex color #96856F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96856F is #697A90. Grayscale: #878787. Windows color (decimal): -6912657 or 7308694. OLE color: 7308694.

HSL color Cylindrical-coordinate representation of color #96856F: hue angle of 33.85º 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 #96856F is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB150133111-
CMYK00.110.260.41
HSL33.85º15.66%51.18%-
HSV(B)33.85º26%58.82%-
XYZ23.8324.4118.49-
YUV135.57114.13138.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.07%
GREEN value IS 133 (52.34% from 255) = 33.76%
BLUE value IS 111 (43.75% from 255) = 28.17%
R=38.07%
G=33.76%
B=28.17%

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
Decimal15013311100.110.260.4133.8515.6651.18
Hex96856F0B1A29221033
Octal2262051570133251422063
Binary10010110100001011101111010111101010100110001010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,133,111); }

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

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

 a { background-color: rgb(150,133,111); }

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

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

 span { border-color: rgb(150,133,111); }

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