#8C7665

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

Shades of Sand Dune #8C7665

Tints of Sand Dune #8C7665

Color information

#8C7665 (or 0x8C7665) is unknown color: approx Sand Dune. HEX triplet: 8C, 76 and 65. RGB value is (140,118,101). Sum of RGB (Red+Green+Blue) = 140+118+101=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7665 is #73899A. Grayscale: #7A7A7A. Windows color (decimal): -7571867 or 6649484. OLE color: 6649484.

HSL color Cylindrical-coordinate representation of color #8C7665: hue angle of 26.15º degrees, saturation: 0.16, 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 #8C7665 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB140118101-
CMYK00.160.280.45
HSL26.15º16.18%47.25%-
HSV(B)26.15º27.86%54.9%-
XYZ19.6419.4715.04-
YUV122.64115.79140.38-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.00%
GREEN value IS 118 (46.48% from 255) = 32.87%
BLUE value IS 101 (39.84% from 255) = 28.13%
R=39.00%
G=32.87%
B=28.13%

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
Decimal14011810100.160.280.4526.1516.1847.25
Hex8C76650101C2D1a102f
Octal2141661450203455322057
Binary1000110011101101100101010000111001011011101010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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