#86786C

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

Shades of Sand Dune #86786C

Tints of Sand Dune #86786C

Color information

#86786C (or 0x86786C) is unknown color: approx Sand Dune. HEX triplet: 86, 78 and 6C. RGB value is (134,120,108). Sum of RGB (Red+Green+Blue) = 134+120+108=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 134 - color contains mainly: red. Hex color #86786C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86786C is #798793. Grayscale: #7A7A7A. Windows color (decimal): -7964564 or 7108742. OLE color: 7108742.

HSL color Cylindrical-coordinate representation of color #86786C: hue angle of 27.69º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #86786C is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB134120108-
CMYK00.100.190.47
HSL27.69º10.74%47.45%-
HSV(B)27.69º19.4%52.55%-
XYZ19.2519.5816.95-
YUV122.82119.64135.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.02%
GREEN value IS 120 (47.27% from 255) = 33.15%
BLUE value IS 108 (42.58% from 255) = 29.83%
R=37.02%
G=33.15%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412010800.100.190.4727.6910.7447.45
Hex86786C0A132F1cb2f
Octal2061701540122357341357
Binary10000110111100011011000101010011101111111001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86786C; }

 p { color: rgb(134,120,108); }

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

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

 a { background-color: rgb(134,120,108); }

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

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

 span { border-color: rgb(134,120,108); }

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