#8B7665

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

Shades of Sand Dune #8B7665

Tints of Sand Dune #8B7665

Color information

#8B7665 (or 0x8B7665) is unknown color: approx Sand Dune. HEX triplet: 8B, 76 and 65. RGB value is (139,118,101). Sum of RGB (Red+Green+Blue) = 139+118+101=358 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.83% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7665 is #74899A. Grayscale: #7A7A7A. Windows color (decimal): -7637403 or 6649483. OLE color: 6649483.

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

Color convert

RGB139118101-
CMYK00.150.270.45
HSL26.84º15.83%47.06%-
HSV(B)26.84º27.34%54.51%-
XYZ19.4719.3915.03-
YUV122.34115.96139.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.83%
GREEN value IS 118 (46.48% from 255) = 32.96%
BLUE value IS 101 (39.84% from 255) = 28.21%
R=38.83%
G=32.96%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911810100.150.270.4526.8415.8347.06
Hex8B76650F1B2D1b102f
Octal2131661450173355332057
Binary100010111110110110010101111110111011011101110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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