#887369

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

Shades of Sand Dune #887369

Tints of Sand Dune #887369

Color information

#887369 (or 0x887369) is unknown color: approx Sand Dune. HEX triplet: 88, 73 and 69. RGB value is (136,115,105). Sum of RGB (Red+Green+Blue) = 136+115+105=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 136 - color contains mainly: red. Hex color #887369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887369 is #778C96. Grayscale: #787878. Windows color (decimal): -7834775 or 6910856. OLE color: 6910856.

HSL color Cylindrical-coordinate representation of color #887369: hue angle of 19.35º 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 #887369 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB136115105-
CMYK00.150.230.47
HSL19.35º12.86%47.25%-
HSV(B)19.35º22.79%53.33%-
XYZ18.8318.5215.95-
YUV120.14119.46139.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.20%
GREEN value IS 115 (45.31% from 255) = 32.30%
BLUE value IS 105 (41.41% from 255) = 29.49%
R=38.20%
G=32.30%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611510500.150.230.4719.3512.8647.25
Hex8873690F172F13d2f
Octal2101631510172757231557
Binary10001000111001111010010111110111101111100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887369; }

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

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

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

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

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

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

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

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