#867260

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

Shades of Sand Dune #867260

Tints of Sand Dune #867260

Color information

#867260 (or 0x867260) is unknown color: approx Sand Dune. HEX triplet: 86, 72 and 60. RGB value is (134,114,96). Sum of RGB (Red+Green+Blue) = 134+114+96=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 134 - color contains mainly: red. Hex color #867260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867260 is #798D9F. Grayscale: #767676. Windows color (decimal): -7966112 or 6320774. OLE color: 6320774.

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

Color convert

RGB13411496-
CMYK00.150.280.47
HSL28.42º16.52%45.1%-
HSV(B)28.42º28.36%52.55%-
XYZ17.9617.9513.58-
YUV117.93115.63139.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.95%
GREEN value IS 114 (44.92% from 255) = 33.14%
BLUE value IS 96 (37.89% from 255) = 27.91%
R=38.95%
G=33.14%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341149600.150.280.4728.4216.5245.1
Hex8672600F1C2F1c112d
Octal2061621400173457342155
Binary100001101110010110000001111111001011111110010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867260; }

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

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

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

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

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

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

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

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