#8C7865

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

Shades of Sand Dune #8C7865

Tints of Sand Dune #8C7865

Color information

#8C7865 (or 0x8C7865) is unknown color: approx Sand Dune. HEX triplet: 8C, 78 and 65. RGB value is (140,120,101). Sum of RGB (Red+Green+Blue) = 140+120+101=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7865 is #73879A. Grayscale: #7B7B7B. Windows color (decimal): -7571355 or 6649996. OLE color: 6649996.

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

Color convert

RGB140120101-
CMYK00.140.280.45
HSL29.23º16.18%47.25%-
HSV(B)29.23º27.86%54.9%-
XYZ19.8819.9515.11-
YUV123.81115.13139.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.78%
GREEN value IS 120 (47.27% from 255) = 33.24%
BLUE value IS 101 (39.84% from 255) = 27.98%
R=38.78%
G=33.24%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012010100.140.280.4529.2316.1847.25
Hex8C78650E1C2D1d102f
Octal2141701450163455352057
Binary100011001111000110010101110111001011011110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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