#86765F

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

Shades of Sand Dune #86765F

Tints of Sand Dune #86765F

Color information

#86765F (or 0x86765F) is unknown color: approx Sand Dune. HEX triplet: 86, 76 and 5F. RGB value is (134,118,95). Sum of RGB (Red+Green+Blue) = 134+118+95=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 134 - color contains mainly: red. Hex color #86765F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86765F is #7989A0. Grayscale: #787878. Windows color (decimal): -7965089 or 6256262. OLE color: 6256262.

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

Color convert

RGB13411895-
CMYK00.120.290.47
HSL35.38º17.03%44.9%-
HSV(B)35.38º29.1%52.55%-
XYZ18.3818.8513.5-
YUV120.16113.8137.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.62%
GREEN value IS 118 (46.48% from 255) = 34.01%
BLUE value IS 95 (37.5% from 255) = 27.38%
R=38.62%
G=34.01%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341189500.120.290.4735.3817.0344.9
Hex86765F0C1D2F23112d
Octal2061661370143557432155
Binary1000011011101101011111011001110110111110001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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