#867669

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

Shades of Sand Dune #867669

Tints of Sand Dune #867669

Color information

#867669 (or 0x867669) is unknown color: approx Sand Dune. HEX triplet: 86, 76 and 69. RGB value is (134,118,105). Sum of RGB (Red+Green+Blue) = 134+118+105=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 134 - color contains mainly: red. Hex color #867669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867669 is #798996. Grayscale: #797979. Windows color (decimal): -7965079 or 6911622. OLE color: 6911622.

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

Color convert

RGB134118105-
CMYK00.120.220.47
HSL26.9º12.13%46.86%-
HSV(B)26.9º21.64%52.55%-
XYZ18.8619.0516.05-
YUV121.3118.8137.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.54%
GREEN value IS 118 (46.48% from 255) = 33.05%
BLUE value IS 105 (41.41% from 255) = 29.41%
R=37.54%
G=33.05%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411810500.120.220.4726.912.1346.86
Hex8676690C162F1bc2f
Octal2061661510142657331457
Binary10000110111011011010010110010110101111110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867669; }

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

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

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

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

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

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

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

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