#86796B

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

Shades of Sand Dune #86796B

Tints of Sand Dune #86796B

Color information

#86796B (or 0x86796B) is unknown color: approx Sand Dune. HEX triplet: 86, 79 and 6B. RGB value is (134,121,107). Sum of RGB (Red+Green+Blue) = 134+121+107=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 134 - color contains mainly: red. Hex color #86796B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86796B is #798694. Grayscale: #7B7B7B. Windows color (decimal): -7964309 or 7043462. OLE color: 7043462.

HSL color Cylindrical-coordinate representation of color #86796B: hue angle of 31.11º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #86796B is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB134121107-
CMYK00.100.200.47
HSL31.11º11.2%47.25%-
HSV(B)31.11º20.15%52.55%-
XYZ19.3219.816.71-
YUV123.29118.81135.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.02%
GREEN value IS 121 (47.66% from 255) = 33.43%
BLUE value IS 107 (42.19% from 255) = 29.56%
R=37.02%
G=33.43%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412110700.100.200.4731.1111.247.25
Hex86796B0A142F1fb2f
Octal2061711530122457371357
Binary10000110111100111010110101010100101111111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86796B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86796B; }

 p { color: rgb(134,121,107); }

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

<style>
 a { background-color: #86796B; }

 a { background-color: rgb(134,121,107); }

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

<style>
 span { border-color: #86796B; }

 span { border-color: rgb(134,121,107); }

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