#8A7C66

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

Shades of Sand Dune #8A7C66

Tints of Sand Dune #8A7C66

Color information

#8A7C66 (or 0x8A7C66) is unknown color: approx Sand Dune. HEX triplet: 8A, 7C and 66. RGB value is (138,124,102). Sum of RGB (Red+Green+Blue) = 138+124+102=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7C66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7C66 is #758399. Grayscale: #7D7D7D. Windows color (decimal): -7701402 or 6716554. OLE color: 6716554.

HSL color Cylindrical-coordinate representation of color #8A7C66: hue angle of 36.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A7C66 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB138124102-
CMYK00.100.260.46
HSL36.67º15%47.06%-
HSV(B)36.67º26.09%54.12%-
XYZ20.0920.7815.52-
YUV125.68114.64136.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.91%
GREEN value IS 124 (48.83% from 255) = 34.07%
BLUE value IS 102 (40.23% from 255) = 28.02%
R=37.91%
G=34.07%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13812410200.100.260.4636.671547.06
Hex8A7C660A1A2E25f2f
Octal2121741460123256451757
Binary100010101111100110011001010110101011101001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,124,102); }

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

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

 a { background-color: rgb(138,124,102); }

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

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

 span { border-color: rgb(138,124,102); }

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