#86746A

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

Shades of Sand Dune #86746A

Tints of Sand Dune #86746A

Color information

#86746A (or 0x86746A) is unknown color: approx Sand Dune. HEX triplet: 86, 74 and 6A. RGB value is (134,116,106). Sum of RGB (Red+Green+Blue) = 134+116+106=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 134 - color contains mainly: red. Hex color #86746A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86746A is #798B95. Grayscale: #787878. Windows color (decimal): -7965590 or 6976646. OLE color: 6976646.

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

Color convert

RGB134116106-
CMYK00.130.210.47
HSL21.43º11.67%47.06%-
HSV(B)21.43º20.9%52.55%-
XYZ18.6818.616.24-
YUV120.24119.96137.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.64%
GREEN value IS 116 (45.70% from 255) = 32.58%
BLUE value IS 106 (41.80% from 255) = 29.78%
R=37.64%
G=32.58%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411610600.130.210.4721.4311.6747.06
Hex86746A0D152F15c2f
Octal2061641520152557251457
Binary10000110111010011010100110110101101111101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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