#8D7864

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

Shades of Sand Dune #8D7864

Tints of Sand Dune #8D7864

Color information

#8D7864 (or 0x8D7864) is unknown color: approx Sand Dune. HEX triplet: 8D, 78 and 64. RGB value is (141,120,100). Sum of RGB (Red+Green+Blue) = 141+120+100=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7864 is #72879B. Grayscale: #7C7C7C. Windows color (decimal): -7505820 or 6584461. OLE color: 6584461.

HSL color Cylindrical-coordinate representation of color #8D7864: hue angle of 29.27º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8D7864 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB141120100-
CMYK00.150.290.45
HSL29.27º17.01%47.25%-
HSV(B)29.27º29.08%55.29%-
XYZ2020.0214.87-
YUV124114.46140.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.06%
GREEN value IS 120 (47.27% from 255) = 33.24%
BLUE value IS 100 (39.45% from 255) = 27.70%
R=39.06%
G=33.24%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112010000.150.290.4529.2717.0147.25
Hex8D78640F1D2D1d112f
Octal2151701440173555352157
Binary100011011111000110010001111111011011011110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D7864; }

 p { color: rgb(141,120,100); }

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

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

 a { background-color: rgb(141,120,100); }

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

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

 span { border-color: rgb(141,120,100); }

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