#8B7A60

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

Shades of Sand Dune #8B7A60

Tints of Sand Dune #8B7A60

Color information

#8B7A60 (or 0x8B7A60) is unknown color: approx Sand Dune. HEX triplet: 8B, 7A and 60. RGB value is (139,122,96). Sum of RGB (Red+Green+Blue) = 139+122+96=357 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.94% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7A60 is #74859F. Grayscale: #7C7C7C. Windows color (decimal): -7636384 or 6322827. OLE color: 6322827.

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

Color convert

RGB13912296-
CMYK00.120.310.45
HSL36.28º18.3%46.08%-
HSV(B)36.28º30.94%54.51%-
XYZ19.7220.2513.94-
YUV124.12112.13138.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.94%
GREEN value IS 122 (48.05% from 255) = 34.17%
BLUE value IS 96 (37.89% from 255) = 26.89%
R=38.94%
G=34.17%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391229600.120.310.4536.2818.346.08
Hex8B7A600C1F2D24122e
Octal2131721400143755442256
Binary1000101111110101100000011001111110110110010010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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