#867869

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

Shades of Sand Dune #867869

Tints of Sand Dune #867869

Color information

#867869 (or 0x867869) is unknown color: approx Sand Dune. HEX triplet: 86, 78 and 69. RGB value is (134,120,105). Sum of RGB (Red+Green+Blue) = 134+120+105=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 134 - color contains mainly: red. Hex color #867869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867869 is #798796. Grayscale: #7A7A7A. Windows color (decimal): -7964567 or 6912134. OLE color: 6912134.

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

Color convert

RGB134120105-
CMYK00.100.220.47
HSL31.03º12.13%46.86%-
HSV(B)31.03º21.64%52.55%-
XYZ19.119.5216.13-
YUV122.48118.14136.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.33%
GREEN value IS 120 (47.27% from 255) = 33.43%
BLUE value IS 105 (41.41% from 255) = 29.25%
R=37.33%
G=33.43%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412010500.100.220.4731.0312.1346.86
Hex8678690A162F1fc2f
Octal2061701510122657371457
Binary10000110111100011010010101010110101111111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867869; }

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

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

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

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

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

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

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

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