#887969

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

Shades of Sand Dune #887969

Tints of Sand Dune #887969

Color information

#887969 (or 0x887969) is unknown color: approx Sand Dune. HEX triplet: 88, 79 and 69. RGB value is (136,121,105). Sum of RGB (Red+Green+Blue) = 136+121+105=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 136 - color contains mainly: red. Hex color #887969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887969 is #778696. Grayscale: #7B7B7B. Windows color (decimal): -7833239 or 6912392. OLE color: 6912392.

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

Color convert

RGB136121105-
CMYK00.110.230.47
HSL30.97º12.86%47.25%-
HSV(B)30.97º22.79%53.33%-
XYZ19.5419.9316.18-
YUV123.66117.47136.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.57%
GREEN value IS 121 (47.66% from 255) = 33.43%
BLUE value IS 105 (41.41% from 255) = 29.01%
R=37.57%
G=33.43%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612110500.110.230.4730.9712.8647.25
Hex8879690B172F1fd2f
Octal2101711510132757371557
Binary10001000111100111010010101110111101111111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887969; }

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

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

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

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

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

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

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

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