#8B7B66

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

Shades of Sand Dune #8B7B66

Tints of Sand Dune #8B7B66

Color information

#8B7B66 (or 0x8B7B66) is unknown color: approx Sand Dune. HEX triplet: 8B, 7B and 66. RGB value is (139,123,102). Sum of RGB (Red+Green+Blue) = 139+123+102=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7B66 is #748499. Grayscale: #7D7D7D. Windows color (decimal): -7636122 or 6716299. OLE color: 6716299.

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

Color convert

RGB139123102-
CMYK00.120.270.45
HSL34.05º15.35%47.25%-
HSV(B)34.05º26.62%54.51%-
XYZ20.1320.6115.49-
YUV125.39114.8137.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.19%
GREEN value IS 123 (48.44% from 255) = 33.79%
BLUE value IS 102 (40.23% from 255) = 28.02%
R=38.19%
G=33.79%
B=28.02%

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
Decimal13912310200.120.270.4534.0515.3547.25
Hex8B7B660C1B2D22f2f
Octal2131731460143355421757
Binary100010111111011110011001100110111011011000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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