#867764

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

Shades of Sand Dune #867764

Tints of Sand Dune #867764

Color information

#867764 (or 0x867764) is unknown color: approx Sand Dune. HEX triplet: 86, 77 and 64. RGB value is (134,119,100). Sum of RGB (Red+Green+Blue) = 134+119+100=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 134 - color contains mainly: red. Hex color #867764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867764 is #79889B. Grayscale: #797979. Windows color (decimal): -7964828 or 6584198. OLE color: 6584198.

HSL color Cylindrical-coordinate representation of color #867764: hue angle of 33.53º degrees, saturation: 0.15, 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 #867764 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB134119100-
CMYK00.110.250.47
HSL33.53º14.53%45.88%-
HSV(B)33.53º25.37%52.55%-
XYZ18.7319.1814.77-
YUV121.32115.97137.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.96%
GREEN value IS 119 (46.88% from 255) = 33.71%
BLUE value IS 100 (39.45% from 255) = 28.33%
R=37.96%
G=33.71%
B=28.33%

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
Decimal13411910000.110.250.4733.5314.5345.88
Hex8677640B192F22f2e
Octal2061671440133157421756
Binary100001101110111110010001011110011011111000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867764; }

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

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

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

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

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

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

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

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