#867664

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

Shades of Sand Dune #867664

Tints of Sand Dune #867664

Color information

#867664 (or 0x867664) is unknown color: approx Sand Dune. HEX triplet: 86, 76 and 64. RGB value is (134,118,100). Sum of RGB (Red+Green+Blue) = 134+118+100=352 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.07% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 134 - color contains mainly: red. Hex color #867664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867664 is #79899B. Grayscale: #787878. Windows color (decimal): -7965084 or 6583942. OLE color: 6583942.

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

Color convert

RGB134118100-
CMYK00.120.250.47
HSL31.76º14.53%45.88%-
HSV(B)31.76º25.37%52.55%-
XYZ18.6118.9514.73-
YUV120.73116.3137.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.07%
GREEN value IS 118 (46.48% from 255) = 33.52%
BLUE value IS 100 (39.45% from 255) = 28.41%
R=38.07%
G=33.52%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411810000.120.250.4731.7614.5345.88
Hex8676640C192F20f2e
Octal2061661440143157401756
Binary100001101110110110010001100110011011111000001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867664; }

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

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

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

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

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

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

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

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