#867564

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

Shades of Sand Dune #867564

Tints of Sand Dune #867564

Color information

#867564 (or 0x867564) is unknown color: approx Sand Dune. HEX triplet: 86, 75 and 64. RGB value is (134,117,100). Sum of RGB (Red+Green+Blue) = 134+117+100=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 134 - color contains mainly: red. Hex color #867564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867564 is #798A9B. Grayscale: #787878. Windows color (decimal): -7965340 or 6583686. OLE color: 6583686.

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

Color convert

RGB134117100-
CMYK00.130.250.47
HSL30º14.53%45.88%-
HSV(B)30º25.37%52.55%-
XYZ18.4918.7114.69-
YUV120.15116.63137.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.18%
GREEN value IS 117 (46.09% from 255) = 33.33%
BLUE value IS 100 (39.45% from 255) = 28.49%
R=38.18%
G=33.33%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411710000.130.250.473014.5345.88
Hex8675640D192F1ef2e
Octal2061651440153157361756
Binary10000110111010111001000110111001101111111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867564; }

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

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

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

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

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

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

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

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