#8B7A65

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

Shades of Sand Dune #8B7A65

Tints of Sand Dune #8B7A65

Color information

#8B7A65 (or 0x8B7A65) is unknown color: approx Sand Dune. HEX triplet: 8B, 7A and 65. RGB value is (139,122,101). Sum of RGB (Red+Green+Blue) = 139+122+101=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7A65 is #74859A. Grayscale: #7C7C7C. Windows color (decimal): -7636379 or 6650507. OLE color: 6650507.

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

Color convert

RGB139122101-
CMYK00.120.270.45
HSL33.16º15.83%47.06%-
HSV(B)33.16º27.34%54.51%-
XYZ19.9620.3515.19-
YUV124.69114.63138.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.40%
GREEN value IS 122 (48.05% from 255) = 33.70%
BLUE value IS 101 (39.84% from 255) = 27.90%
R=38.40%
G=33.70%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912210100.120.270.4533.1615.8347.06
Hex8B7A650C1B2D21102f
Octal2131721450143355412057
Binary1000101111110101100101011001101110110110000110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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