#887560

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

Shades of Sand Dune #887560

Tints of Sand Dune #887560

Color information

#887560 (or 0x887560) is unknown color: approx Sand Dune. HEX triplet: 88, 75 and 60. RGB value is (136,117,96). Sum of RGB (Red+Green+Blue) = 136+117+96=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 136 - color contains mainly: red. Hex color #887560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887560 is #778A9F. Grayscale: #787878. Windows color (decimal): -7834272 or 6321544. OLE color: 6321544.

HSL color Cylindrical-coordinate representation of color #887560: hue angle of 31.5º 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 #887560 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB13611796-
CMYK00.140.290.47
HSL31.5º17.24%45.49%-
HSV(B)31.5º29.41%53.33%-
XYZ18.6318.813.71-
YUV120.29114.29139.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.97%
GREEN value IS 117 (46.09% from 255) = 33.52%
BLUE value IS 96 (37.89% from 255) = 27.51%
R=38.97%
G=33.52%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361179600.140.290.4731.517.2445.49
Hex8875600E1D2F1f112d
Octal2101651400163557372155
Binary100010001110101110000001110111011011111111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887560; }

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

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

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

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

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

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

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

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