#887660

Color #887660 Sand Dune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sand Dune #887660

Tints of Sand Dune #887660

Color information

#887660 (or 0x887660) is unknown color: approx Sand Dune. HEX triplet: 88, 76 and 60. RGB value is (136,118,96). Sum of RGB (Red+Green+Blue) = 136+118+96=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 136 - color contains mainly: red. Hex color #887660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887660 is #77899F. Grayscale: #787878. Windows color (decimal): -7834016 or 6321800. OLE color: 6321800.

HSL color Cylindrical-coordinate representation of color #887660: hue angle of 33º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #887660 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB13611896-
CMYK00.130.290.47
HSL33º17.24%45.49%-
HSV(B)33º29.41%53.33%-
XYZ18.7419.0413.75-
YUV120.87113.96138.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.86%
GREEN value IS 118 (46.48% from 255) = 33.71%
BLUE value IS 96 (37.89% from 255) = 27.43%
R=38.86%
G=33.71%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361189600.130.290.473317.2445.49
Hex8876600D1D2F21112d
Octal2101661400153557412155
Binary1000100011101101100000011011110110111110000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887660; }

 p { color: rgb(136,118,96); }

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

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

 a { background-color: rgb(136,118,96); }

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

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

 span { border-color: rgb(136,118,96); }

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