#86736A

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

Shades of Sand Dune #86736A

Tints of Sand Dune #86736A

Color information

#86736A (or 0x86736A) is unknown color: approx Sand Dune. HEX triplet: 86, 73 and 6A. RGB value is (134,115,106). Sum of RGB (Red+Green+Blue) = 134+115+106=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 134 - color contains mainly: red. Hex color #86736A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86736A is #798C95. Grayscale: #777777. Windows color (decimal): -7965846 or 6976390. OLE color: 6976390.

HSL color Cylindrical-coordinate representation of color #86736A: hue angle of 19.29º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #86736A is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB134115106-
CMYK00.140.210.47
HSL19.29º11.67%47.06%-
HSV(B)19.29º20.9%52.55%-
XYZ18.5618.3716.2-
YUV119.66120.29138.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.75%
GREEN value IS 115 (45.31% from 255) = 32.39%
BLUE value IS 106 (41.80% from 255) = 29.86%
R=37.75%
G=32.39%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411510600.140.210.4719.2911.6747.06
Hex86736A0E152F13c2f
Octal2061631520162557231457
Binary10000110111001111010100111010101101111100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86736A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86736A; }

 p { color: rgb(134,115,106); }

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

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

 a { background-color: rgb(134,115,106); }

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

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

 span { border-color: rgb(134,115,106); }

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