#8B7B61

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

Shades of Sand Dune #8B7B61

Tints of Sand Dune #8B7B61

Color information

#8B7B61 (or 0x8B7B61) is unknown color: approx Sand Dune. HEX triplet: 8B, 7B and 61. RGB value is (139,123,97). Sum of RGB (Red+Green+Blue) = 139+123+97=359 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.72% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7B61 is #74849E. Grayscale: #7C7C7C. Windows color (decimal): -7636127 or 6388619. OLE color: 6388619.

HSL color Cylindrical-coordinate representation of color #8B7B61: hue angle of 37.14º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8B7B61 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB13912397-
CMYK00.120.300.45
HSL37.14º17.8%46.27%-
HSV(B)37.14º30.22%54.51%-
XYZ19.8920.5214.22-
YUV124.82112.3138.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.72%
GREEN value IS 123 (48.44% from 255) = 34.26%
BLUE value IS 97 (38.28% from 255) = 27.02%
R=38.72%
G=34.26%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391239700.120.300.4537.1417.846.27
Hex8B7B610C1E2D25122e
Octal2131731410143655452256
Binary1000101111110111100001011001111010110110010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,123,97); }

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

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

 a { background-color: rgb(139,123,97); }

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

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

 span { border-color: rgb(139,123,97); }

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