#867660

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

Shades of Sand Dune #867660

Tints of Sand Dune #867660

Color information

#867660 (or 0x867660) is unknown color: approx Sand Dune. HEX triplet: 86, 76 and 60. RGB value is (134,118,96). Sum of RGB (Red+Green+Blue) = 134+118+96=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 134 - color contains mainly: red. Hex color #867660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867660 is #79899F. Grayscale: #787878. Windows color (decimal): -7965088 or 6321798. OLE color: 6321798.

HSL color Cylindrical-coordinate representation of color #867660: hue angle of 34.74º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #867660 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB13411896-
CMYK00.120.280.47
HSL34.74º16.52%45.1%-
HSV(B)34.74º28.36%52.55%-
XYZ18.4218.8713.74-
YUV120.28114.3137.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.51%
GREEN value IS 118 (46.48% from 255) = 33.91%
BLUE value IS 96 (37.89% from 255) = 27.59%
R=38.51%
G=33.91%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341189600.120.280.4734.7416.5245.1
Hex8676600C1C2F23112d
Octal2061661400143457432155
Binary1000011011101101100000011001110010111110001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867660; }

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

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

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

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

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

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

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

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