#867163

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

Shades of Sand Dune #867163

Tints of Sand Dune #867163

Color information

#867163 (or 0x867163) is unknown color: approx Sand Dune. HEX triplet: 86, 71 and 63. RGB value is (134,113,99). Sum of RGB (Red+Green+Blue) = 134+113+99=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 99 (39.06% from 255 or 28.61% from 346); Max value from RGB is 134 - color contains mainly: red. Hex color #867163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867163 is #798E9C. Grayscale: #757575. Windows color (decimal): -7966365 or 6517126. OLE color: 6517126.

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

Color convert

RGB13411399-
CMYK00.160.260.47
HSL24º15.02%45.69%-
HSV(B)24º26.12%52.55%-
XYZ17.9917.7814.29-
YUV117.68117.46139.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.73%
GREEN value IS 113 (44.53% from 255) = 32.66%
BLUE value IS 99 (39.06% from 255) = 28.61%
R=38.73%
G=32.66%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341139900.160.260.472415.0245.69
Hex8671630101A2F18f2e
Octal2061611430203257301756
Binary100001101110001110001101000011010101111110001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867163; }

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

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

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

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

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

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

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

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