#86756A

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

Shades of Sand Dune #86756A

Tints of Sand Dune #86756A

Color information

#86756A (or 0x86756A) is unknown color: approx Sand Dune. HEX triplet: 86, 75 and 6A. RGB value is (134,117,106). Sum of RGB (Red+Green+Blue) = 134+117+106=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 134 - color contains mainly: red. Hex color #86756A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86756A is #798A95. Grayscale: #787878. Windows color (decimal): -7965334 or 6976902. OLE color: 6976902.

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

Color convert

RGB134117106-
CMYK00.130.210.47
HSL23.57º11.67%47.06%-
HSV(B)23.57º20.9%52.55%-
XYZ18.7918.8316.28-
YUV120.83119.63137.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.54%
GREEN value IS 117 (46.09% from 255) = 32.77%
BLUE value IS 106 (41.80% from 255) = 29.69%
R=37.54%
G=32.77%
B=29.69%

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
Decimal13411710600.130.210.4723.5711.6747.06
Hex86756A0D152F18c2f
Octal2061651520152557301457
Binary10000110111010111010100110110101101111110001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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