#86745F

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

Shades of Sand Dune #86745F

Tints of Sand Dune #86745F

Color information

#86745F (or 0x86745F) is unknown color: approx Sand Dune. HEX triplet: 86, 74 and 5F. RGB value is (134,116,95). Sum of RGB (Red+Green+Blue) = 134+116+95=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #86745F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86745F is #798BA0. Grayscale: #777777. Windows color (decimal): -7965601 or 6255750. OLE color: 6255750.

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

Color convert

RGB13411695-
CMYK00.130.290.47
HSL32.31º17.03%44.9%-
HSV(B)32.31º29.1%52.55%-
XYZ18.1418.3913.42-
YUV118.99114.46138.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.84%
GREEN value IS 116 (45.70% from 255) = 33.62%
BLUE value IS 95 (37.5% from 255) = 27.54%
R=38.84%
G=33.62%
B=27.54%

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
Decimal1341169500.130.290.4732.3117.0344.9
Hex86745F0D1D2F20112d
Octal2061641370153557402155
Binary1000011011101001011111011011110110111110000010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,116,95); }

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

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

 a { background-color: rgb(134,116,95); }

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

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

 span { border-color: rgb(134,116,95); }

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