#867765

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

Shades of Sand Dune #867765

Tints of Sand Dune #867765

Color information

#867765 (or 0x867765) is unknown color: approx Sand Dune. HEX triplet: 86, 77 and 65. RGB value is (134,119,101). Sum of RGB (Red+Green+Blue) = 134+119+101=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 134 - color contains mainly: red. Hex color #867765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867765 is #79889A. Grayscale: #797979. Windows color (decimal): -7964827 or 6649734. OLE color: 6649734.

HSL color Cylindrical-coordinate representation of color #867765: hue angle of 32.73º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #867765 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB134119101-
CMYK00.110.250.47
HSL32.73º14.04%46.08%-
HSV(B)32.73º24.63%52.55%-
XYZ18.7819.215.03-
YUV121.43116.47136.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.85%
GREEN value IS 119 (46.88% from 255) = 33.62%
BLUE value IS 101 (39.84% from 255) = 28.53%
R=37.85%
G=33.62%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411910100.110.250.4732.7314.0446.08
Hex8677650B192F21e2e
Octal2061671450133157411656
Binary100001101110111110010101011110011011111000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867765; }

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

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

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

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

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

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

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

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