#867A69

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

Shades of Sand Dune #867A69

Tints of Sand Dune #867A69

Color information

#867A69 (or 0x867A69) is unknown color: approx Sand Dune. HEX triplet: 86, 7A and 69. RGB value is (134,122,105). Sum of RGB (Red+Green+Blue) = 134+122+105=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 134 - color contains mainly: red. Hex color #867A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867A69 is #798596. Grayscale: #7B7B7B. Windows color (decimal): -7964055 or 6912646. OLE color: 6912646.

HSL color Cylindrical-coordinate representation of color #867A69: hue angle of 35.17º 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 #867A69 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB134122105-
CMYK00.090.220.47
HSL35.17º12.13%46.86%-
HSV(B)35.17º21.64%52.55%-
XYZ19.3420.0116.21-
YUV123.65117.48135.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.12%
GREEN value IS 122 (48.05% from 255) = 33.80%
BLUE value IS 105 (41.41% from 255) = 29.09%
R=37.12%
G=33.80%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412210500.090.220.4735.1712.1346.86
Hex867A6909162F23c2f
Octal2061721510112657431457
Binary100001101111010110100101001101101011111000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867A69; }

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

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

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

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

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

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

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

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