#867365

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

Shades of Sand Dune #867365

Tints of Sand Dune #867365

Color information

#867365 (or 0x867365) is unknown color: approx Sand Dune. HEX triplet: 86, 73 and 65. RGB value is (134,115,101). Sum of RGB (Red+Green+Blue) = 134+115+101=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 134 - color contains mainly: red. Hex color #867365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867365 is #798C9A. Grayscale: #777777. Windows color (decimal): -7965851 or 6648710. OLE color: 6648710.

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

Color convert

RGB134115101-
CMYK00.140.250.47
HSL25.45º14.04%46.08%-
HSV(B)25.45º24.63%52.55%-
XYZ18.3118.2714.87-
YUV119.08117.79138.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.29%
GREEN value IS 115 (45.31% from 255) = 32.86%
BLUE value IS 101 (39.84% from 255) = 28.86%
R=38.29%
G=32.86%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411510100.140.250.4725.4514.0446.08
Hex8673650E192F19e2e
Octal2061631450163157311656
Binary10000110111001111001010111011001101111110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867365; }

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

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

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

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

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

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

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

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