#887461

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

Shades of Sand Dune #887461

Tints of Sand Dune #887461

Color information

#887461 (or 0x887461) is unknown color: approx Sand Dune. HEX triplet: 88, 74 and 61. RGB value is (136,116,97). Sum of RGB (Red+Green+Blue) = 136+116+97=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 136 - color contains mainly: red. Hex color #887461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887461 is #778B9E. Grayscale: #777777. Windows color (decimal): -7834527 or 6386824. OLE color: 6386824.

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

Color convert

RGB13611697-
CMYK00.150.290.47
HSL29.23º16.74%45.69%-
HSV(B)29.23º28.68%53.33%-
XYZ18.5618.5913.92-
YUV119.81115.13139.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.97%
GREEN value IS 116 (45.70% from 255) = 33.24%
BLUE value IS 97 (38.28% from 255) = 27.79%
R=38.97%
G=33.24%
B=27.79%

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
Decimal1361169700.150.290.4729.2316.7445.69
Hex8874610F1D2F1d112e
Octal2101641410173557352156
Binary100010001110100110000101111111011011111110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887461; }

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

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

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

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

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

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

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

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