#867463

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

Shades of Sand Dune #867463

Tints of Sand Dune #867463

Color information

#867463 (or 0x867463) is unknown color: approx Sand Dune. HEX triplet: 86, 74 and 63. RGB value is (134,116,99). Sum of RGB (Red+Green+Blue) = 134+116+99=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 99 (39.06% from 255 or 28.37% from 349); Max value from RGB is 134 - color contains mainly: red. Hex color #867463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867463 is #798B9C. Grayscale: #777777. Windows color (decimal): -7965597 or 6517894. OLE color: 6517894.

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

Color convert

RGB13411699-
CMYK00.130.260.47
HSL29.14º15.02%45.69%-
HSV(B)29.14º26.12%52.55%-
XYZ18.3318.4614.4-
YUV119.44116.46138.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.40%
GREEN value IS 116 (45.70% from 255) = 33.24%
BLUE value IS 99 (39.06% from 255) = 28.37%
R=38.40%
G=33.24%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341169900.130.260.4729.1415.0245.69
Hex8674630D1A2F1df2e
Octal2061641430153257351756
Binary10000110111010011000110110111010101111111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867463; }

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

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

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

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

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

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

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

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