#867769

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

Shades of Sand Dune #867769

Tints of Sand Dune #867769

Color information

#867769 (or 0x867769) is unknown color: approx Sand Dune. HEX triplet: 86, 77 and 69. RGB value is (134,119,105). Sum of RGB (Red+Green+Blue) = 134+119+105=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 134 - color contains mainly: red. Hex color #867769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867769 is #798896. Grayscale: #797979. Windows color (decimal): -7964823 or 6911878. OLE color: 6911878.

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

Color convert

RGB134119105-
CMYK00.110.220.47
HSL28.97º12.13%46.86%-
HSV(B)28.97º21.64%52.55%-
XYZ18.9819.2816.09-
YUV121.89118.47136.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.43%
GREEN value IS 119 (46.88% from 255) = 33.24%
BLUE value IS 105 (41.41% from 255) = 29.33%
R=37.43%
G=33.24%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411910500.110.220.4728.9712.1346.86
Hex8677690B162F1dc2f
Octal2061671510132657351457
Binary10000110111011111010010101110110101111111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867769; }

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

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

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

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

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

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

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

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