#8D7660

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

Shades of Sand Dune #8D7660

Tints of Sand Dune #8D7660

Color information

#8D7660 (or 0x8D7660) is unknown color: approx Sand Dune. HEX triplet: 8D, 76 and 60. RGB value is (141,118,96). Sum of RGB (Red+Green+Blue) = 141+118+96=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7660 is #72899F. Grayscale: #7A7A7A. Windows color (decimal): -7506336 or 6321805. OLE color: 6321805.

HSL color Cylindrical-coordinate representation of color #8D7660: hue angle of 29.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D7660 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB14111896-
CMYK00.160.320.45
HSL29.33º18.99%46.47%-
HSV(B)29.33º31.91%55.29%-
XYZ19.5719.4613.79-
YUV122.37113.12141.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.72%
GREEN value IS 118 (46.48% from 255) = 33.24%
BLUE value IS 96 (37.89% from 255) = 27.04%
R=39.72%
G=33.24%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411189600.160.320.4529.3318.9946.47
Hex8D7660010202D1d132e
Octal2151661400204055352356
Binary10001101111011011000000100001000001011011110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,118,96); }

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

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

 a { background-color: rgb(141,118,96); }

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

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

 span { border-color: rgb(141,118,96); }

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