#867565

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

Shades of Sand Dune #867565

Tints of Sand Dune #867565

Color information

#867565 (or 0x867565) is unknown color: approx Sand Dune. HEX triplet: 86, 75 and 65. RGB value is (134,117,101). Sum of RGB (Red+Green+Blue) = 134+117+101=352 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.07% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 134 - color contains mainly: red. Hex color #867565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867565 is #798A9A. Grayscale: #787878. Windows color (decimal): -7965339 or 6649222. OLE color: 6649222.

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

Color convert

RGB134117101-
CMYK00.130.250.47
HSL29.09º14.04%46.08%-
HSV(B)29.09º24.63%52.55%-
XYZ18.5418.7314.95-
YUV120.26117.13137.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.07%
GREEN value IS 117 (46.09% from 255) = 33.24%
BLUE value IS 101 (39.84% from 255) = 28.69%
R=38.07%
G=33.24%
B=28.69%

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
Decimal13411710100.130.250.4729.0914.0446.08
Hex8675650D192F1de2e
Octal2061651450153157351656
Binary10000110111010111001010110111001101111111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867565; }

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

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

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

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

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

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

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

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