#887861

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

Shades of Sand Dune #887861

Tints of Sand Dune #887861

Color information

#887861 (or 0x887861) is unknown color: approx Sand Dune. HEX triplet: 88, 78 and 61. RGB value is (136,120,97). Sum of RGB (Red+Green+Blue) = 136+120+97=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #887861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887861 is #77879E. Grayscale: #7A7A7A. Windows color (decimal): -7833503 or 6387848. OLE color: 6387848.

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

Color convert

RGB13612097-
CMYK00.120.290.47
HSL35.38º16.74%45.69%-
HSV(B)35.38º28.68%53.33%-
XYZ19.0319.5314.08-
YUV122.16113.8137.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.53%
GREEN value IS 120 (47.27% from 255) = 33.99%
BLUE value IS 97 (38.28% from 255) = 27.48%
R=38.53%
G=33.99%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361209700.120.290.4735.3816.7445.69
Hex8878610C1D2F23112e
Octal2101701410143557432156
Binary1000100011110001100001011001110110111110001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887861; }

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

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

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

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

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

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

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

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