#887460

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

Shades of Sand Dune #887460

Tints of Sand Dune #887460

Color information

#887460 (or 0x887460) is unknown color: approx Sand Dune. HEX triplet: 88, 74 and 60. RGB value is (136,116,96). Sum of RGB (Red+Green+Blue) = 136+116+96=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 136 - color contains mainly: red. Hex color #887460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887460 is #778B9F. Grayscale: #777777. Windows color (decimal): -7834528 or 6321288. OLE color: 6321288.

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

Color convert

RGB13611696-
CMYK00.150.290.47
HSL30º17.24%45.49%-
HSV(B)30º29.41%53.33%-
XYZ18.5118.5713.68-
YUV119.7114.63139.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.08%
GREEN value IS 116 (45.70% from 255) = 33.33%
BLUE value IS 96 (37.89% from 255) = 27.59%
R=39.08%
G=33.33%
B=27.59%

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
Decimal1361169600.150.290.473017.2445.49
Hex8874600F1D2F1e112d
Octal2101641400173557362155
Binary100010001110100110000001111111011011111111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887460; }

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

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

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

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

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

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

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

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