#867363

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

Shades of Sand Dune #867363

Tints of Sand Dune #867363

Color information

#867363 (or 0x867363) is unknown color: approx Sand Dune. HEX triplet: 86, 73 and 63. RGB value is (134,115,99). Sum of RGB (Red+Green+Blue) = 134+115+99=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 99 (39.06% from 255 or 28.45% from 348); Max value from RGB is 134 - color contains mainly: red. Hex color #867363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867363 is #798C9C. Grayscale: #767676. Windows color (decimal): -7965853 or 6517638. OLE color: 6517638.

HSL color Cylindrical-coordinate representation of color #867363: hue angle of 27.43º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #867363 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB13411599-
CMYK00.140.260.47
HSL27.43º15.02%45.69%-
HSV(B)27.43º26.12%52.55%-
XYZ18.2118.2314.36-
YUV118.86116.79138.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.51%
GREEN value IS 115 (45.31% from 255) = 33.05%
BLUE value IS 99 (39.06% from 255) = 28.45%
R=38.51%
G=33.05%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341159900.140.260.4727.4315.0245.69
Hex8673630E1A2F1bf2e
Octal2061631430163257331756
Binary10000110111001111000110111011010101111110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867363; }

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

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

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

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

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

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

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

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