#887361

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

Shades of Sand Dune #887361

Tints of Sand Dune #887361

Color information

#887361 (or 0x887361) is unknown color: approx Sand Dune. HEX triplet: 88, 73 and 61. RGB value is (136,115,97). Sum of RGB (Red+Green+Blue) = 136+115+97=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 136 - color contains mainly: red. Hex color #887361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887361 is #778C9E. Grayscale: #777777. Windows color (decimal): -7834783 or 6386568. OLE color: 6386568.

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

Color convert

RGB13611597-
CMYK00.150.290.47
HSL27.69º16.74%45.69%-
HSV(B)27.69º28.68%53.33%-
XYZ18.4418.3613.88-
YUV119.23115.46139.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.08%
GREEN value IS 115 (45.31% from 255) = 33.05%
BLUE value IS 97 (38.28% from 255) = 27.87%
R=39.08%
G=33.05%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361159700.150.290.4727.6916.7445.69
Hex8873610F1D2F1c112e
Octal2101631410173557342156
Binary100010001110011110000101111111011011111110010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887361; }

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

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

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

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

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

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

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

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