#86776A

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

Shades of Sand Dune #86776A

Tints of Sand Dune #86776A

Color information

#86776A (or 0x86776A) is unknown color: approx Sand Dune. HEX triplet: 86, 77 and 6A. RGB value is (134,119,106). Sum of RGB (Red+Green+Blue) = 134+119+106=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 134 - color contains mainly: red. Hex color #86776A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86776A is #798895. Grayscale: #7A7A7A. Windows color (decimal): -7964822 or 6977414. OLE color: 6977414.

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

Color convert

RGB134119106-
CMYK00.110.210.47
HSL27.86º11.67%47.06%-
HSV(B)27.86º20.9%52.55%-
XYZ19.0319.316.36-
YUV122118.97136.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.33%
GREEN value IS 119 (46.88% from 255) = 33.15%
BLUE value IS 106 (41.80% from 255) = 29.53%
R=37.33%
G=33.15%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411910600.110.210.4727.8611.6747.06
Hex86776A0B152F1cc2f
Octal2061671520132557341457
Binary10000110111011111010100101110101101111111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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