#887C6A

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

Shades of Sand Dune #887C6A

Tints of Sand Dune #887C6A

Color information

#887C6A (or 0x887C6A) is unknown color: approx Sand Dune. HEX triplet: 88, 7C and 6A. RGB value is (136,124,106). Sum of RGB (Red+Green+Blue) = 136+124+106=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 136 - color contains mainly: red. Hex color #887C6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887C6A is #778395. Grayscale: #7D7D7D. Windows color (decimal): -7832470 or 6978696. OLE color: 6978696.

HSL color Cylindrical-coordinate representation of color #887C6A: hue angle of 36º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #887C6A is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB136124106-
CMYK00.090.220.47
HSL36º12.4%47.45%-
HSV(B)36º22.06%53.33%-
XYZ19.9620.6916.58-
YUV125.54116.98135.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.16%
GREEN value IS 124 (48.83% from 255) = 33.88%
BLUE value IS 106 (41.80% from 255) = 28.96%
R=37.16%
G=33.88%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612410600.090.220.473612.447.45
Hex887C6A09162F24c2f
Octal2101741520112657441457
Binary100010001111100110101001001101101011111001001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887C6A; }

 p { color: rgb(136,124,106); }

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

<style>
 a { background-color: #887C6A; }

 a { background-color: rgb(136,124,106); }

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

<style>
 span { border-color: #887C6A; }

 span { border-color: rgb(136,124,106); }

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