#8B7A66

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

Shades of Sand Dune #8B7A66

Tints of Sand Dune #8B7A66

Color information

#8B7A66 (or 0x8B7A66) is unknown color: approx Sand Dune. HEX triplet: 8B, 7A and 66. RGB value is (139,122,102). Sum of RGB (Red+Green+Blue) = 139+122+102=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7A66 is #748599. Grayscale: #7C7C7C. Windows color (decimal): -7636378 or 6716043. OLE color: 6716043.

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

Color convert

RGB139122102-
CMYK00.120.270.45
HSL32.43º15.35%47.25%-
HSV(B)32.43º26.62%54.51%-
XYZ20.0120.3715.45-
YUV124.8115.13138.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.29%
GREEN value IS 122 (48.05% from 255) = 33.61%
BLUE value IS 102 (40.23% from 255) = 28.10%
R=38.29%
G=33.61%
B=28.10%

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
Decimal13912210200.120.270.4532.4315.3547.25
Hex8B7A660C1B2D20f2f
Octal2131721460143355401757
Binary100010111111010110011001100110111011011000001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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