#887A69

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

Shades of Sand Dune #887A69

Tints of Sand Dune #887A69

Color information

#887A69 (or 0x887A69) is unknown color: approx Sand Dune. HEX triplet: 88, 7A and 69. RGB value is (136,122,105). Sum of RGB (Red+Green+Blue) = 136+122+105=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 136 - color contains mainly: red. Hex color #887A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887A69 is #778596. Grayscale: #7C7C7C. Windows color (decimal): -7832983 or 6912648. OLE color: 6912648.

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

Color convert

RGB136122105-
CMYK00.100.230.47
HSL32.9º12.86%47.25%-
HSV(B)32.9º22.79%53.33%-
XYZ19.6620.1716.22-
YUV124.25117.14136.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.47%
GREEN value IS 122 (48.05% from 255) = 33.61%
BLUE value IS 105 (41.41% from 255) = 28.93%
R=37.47%
G=33.61%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612210500.100.230.4732.912.8647.25
Hex887A690A172F21d2f
Octal2101721510122757411557
Binary100010001111010110100101010101111011111000011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,122,105); }

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

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

 a { background-color: rgb(136,122,105); }

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

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

 span { border-color: rgb(136,122,105); }

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