#887860

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

Shades of Sand Dune #887860

Tints of Sand Dune #887860

Color information

#887860 (or 0x887860) is unknown color: approx Sand Dune. HEX triplet: 88, 78 and 60. RGB value is (136,120,96). Sum of RGB (Red+Green+Blue) = 136+120+96=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 136 - color contains mainly: red. Hex color #887860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887860 is #77879F. Grayscale: #7A7A7A. Windows color (decimal): -7833504 or 6322312. OLE color: 6322312.

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

Color convert

RGB13612096-
CMYK00.120.290.47
HSL36º17.24%45.49%-
HSV(B)36º29.41%53.33%-
XYZ18.9819.5113.83-
YUV122.05113.3137.95-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.64%
GREEN value IS 120 (47.27% from 255) = 34.09%
BLUE value IS 96 (37.89% from 255) = 27.27%
R=38.64%
G=34.09%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361209600.120.290.473617.2445.49
Hex8878600C1D2F24112d
Octal2101701400143557442155
Binary1000100011110001100000011001110110111110010010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887860; }

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

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

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

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

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

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

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

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