#8B7C65

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

Shades of Sand Dune #8B7C65

Tints of Sand Dune #8B7C65

Color information

#8B7C65 (or 0x8B7C65) is unknown color: approx Sand Dune. HEX triplet: 8B, 7C and 65. RGB value is (139,124,101). Sum of RGB (Red+Green+Blue) = 139+124+101=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7C65 is #74839A. Grayscale: #7D7D7D. Windows color (decimal): -7635867 or 6651019. OLE color: 6651019.

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

Color convert

RGB139124101-
CMYK00.110.270.45
HSL36.32º15.83%47.06%-
HSV(B)36.32º27.34%54.51%-
XYZ20.220.8415.27-
YUV125.86113.97137.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.19%
GREEN value IS 124 (48.83% from 255) = 34.07%
BLUE value IS 101 (39.84% from 255) = 27.75%
R=38.19%
G=34.07%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912410100.110.270.4536.3215.8347.06
Hex8B7C650B1B2D24102f
Octal2131741450133355442057
Binary1000101111111001100101010111101110110110010010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,124,101); }

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

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

 a { background-color: rgb(139,124,101); }

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

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

 span { border-color: rgb(139,124,101); }

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