#887866

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

Shades of Sand Dune #887866

Tints of Sand Dune #887866

Color information

#887866 (or 0x887866) is unknown color: approx Sand Dune. HEX triplet: 88, 78 and 66. RGB value is (136,120,102). Sum of RGB (Red+Green+Blue) = 136+120+102=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 136 - color contains mainly: red. Hex color #887866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887866 is #778799. Grayscale: #7A7A7A. Windows color (decimal): -7833498 or 6715528. OLE color: 6715528.

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

Color convert

RGB136120102-
CMYK00.120.250.47
HSL31.76º14.29%46.67%-
HSV(B)31.76º25%53.33%-
XYZ19.2719.6315.34-
YUV122.73116.3137.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.99%
GREEN value IS 120 (47.27% from 255) = 33.52%
BLUE value IS 102 (40.23% from 255) = 28.49%
R=37.99%
G=33.52%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612010200.120.250.4731.7614.2946.67
Hex8878660C192F20e2f
Octal2101701460143157401657
Binary100010001111000110011001100110011011111000001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887866; }

 p { color: rgb(136,120,102); }

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

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

 a { background-color: rgb(136,120,102); }

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

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

 span { border-color: rgb(136,120,102); }

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