#867166

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

Shades of Sand Dune #867166

Tints of Sand Dune #867166

Color information

#867166 (or 0x867166) is unknown color: approx Sand Dune. HEX triplet: 86, 71 and 66. RGB value is (134,113,102). Sum of RGB (Red+Green+Blue) = 134+113+102=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 134 - color contains mainly: red. Hex color #867166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867166 is #798E99. Grayscale: #767676. Windows color (decimal): -7966362 or 6713734. OLE color: 6713734.

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

Color convert

RGB134113102-
CMYK00.160.240.47
HSL20.62º13.56%46.27%-
HSV(B)20.62º23.88%52.55%-
XYZ18.1317.8415.06-
YUV118.02118.96139.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.40%
GREEN value IS 113 (44.53% from 255) = 32.38%
BLUE value IS 102 (40.23% from 255) = 29.23%
R=38.40%
G=32.38%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411310200.160.240.4720.6213.5646.27
Hex867166010182F15e2e
Octal2061611460203057251656
Binary100001101110001110011001000011000101111101011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867166; }

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

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

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

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

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

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

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

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