#8D7665

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

Shades of Sand Dune #8D7665

Tints of Sand Dune #8D7665

Color information

#8D7665 (or 0x8D7665) is unknown color: approx Sand Dune. HEX triplet: 8D, 76 and 65. RGB value is (141,118,101). Sum of RGB (Red+Green+Blue) = 141+118+101=360 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.17% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7665 is #72899A. Grayscale: #7B7B7B. Windows color (decimal): -7506331 or 6649485. OLE color: 6649485.

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

Color convert

RGB141118101-
CMYK00.160.280.45
HSL25.5º16.53%47.45%-
HSV(B)25.5º28.37%55.29%-
XYZ19.8119.5615.04-
YUV122.94115.62140.88-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.17%
GREEN value IS 118 (46.48% from 255) = 32.78%
BLUE value IS 101 (39.84% from 255) = 28.06%
R=39.17%
G=32.78%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111810100.160.280.4525.516.5347.45
Hex8D76650101C2D19112f
Octal2151661450203455312157
Binary1000110111101101100101010000111001011011100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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