#867767

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

Shades of Sand Dune #867767

Tints of Sand Dune #867767

Color information

#867767 (or 0x867767) is unknown color: approx Sand Dune. HEX triplet: 86, 77 and 67. RGB value is (134,119,103). Sum of RGB (Red+Green+Blue) = 134+119+103=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 134 - color contains mainly: red. Hex color #867767 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867767 is #798898. Grayscale: #797979. Windows color (decimal): -7964825 or 6780806. OLE color: 6780806.

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

Color convert

RGB134119103-
CMYK00.110.230.47
HSL30.97º13.08%46.47%-
HSV(B)30.97º23.13%52.55%-
XYZ18.8819.2415.55-
YUV121.66117.47136.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.64%
GREEN value IS 119 (46.88% from 255) = 33.43%
BLUE value IS 103 (40.62% from 255) = 28.93%
R=37.64%
G=33.43%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411910300.110.230.4730.9713.0846.47
Hex8677670B172F1fd2e
Octal2061671470132757371556
Binary10000110111011111001110101110111101111111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867767; }

 p { color: rgb(134,119,103); }

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

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

 a { background-color: rgb(134,119,103); }

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

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

 span { border-color: rgb(134,119,103); }

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