#867369

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

Shades of Sand Dune #867369

Tints of Sand Dune #867369

Color information

#867369 (or 0x867369) is unknown color: approx Sand Dune. HEX triplet: 86, 73 and 69. RGB value is (134,115,105). Sum of RGB (Red+Green+Blue) = 134+115+105=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 134 - color contains mainly: red. Hex color #867369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867369 is #798C96. Grayscale: #777777. Windows color (decimal): -7965847 or 6910854. OLE color: 6910854.

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

Color convert

RGB134115105-
CMYK00.140.220.47
HSL20.69º12.13%46.86%-
HSV(B)20.69º21.64%52.55%-
XYZ18.5118.3515.93-
YUV119.54119.79138.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.85%
GREEN value IS 115 (45.31% from 255) = 32.49%
BLUE value IS 105 (41.41% from 255) = 29.66%
R=37.85%
G=32.49%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411510500.140.220.4720.6912.1346.86
Hex8673690E162F15c2f
Octal2061631510162657251457
Binary10000110111001111010010111010110101111101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867369; }

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

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

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

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

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

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

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

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