#87684C

Color #87684C Dark Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Wood #87684C

Tints of Dark Wood #87684C

Color information

#87684C (or 0x87684C) is unknown color: approx Dark Wood. HEX triplet: 87, 68 and 4C. RGB value is (135,104,76). Sum of RGB (Red+Green+Blue) = 135+104+76=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #87684C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87684C is #7897B3. Grayscale: #6E6E6E. Windows color (decimal): -7903156 or 5007495. OLE color: 5007495.

HSL color Cylindrical-coordinate representation of color #87684C: hue angle of 28.47º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87684C is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB13510476-
CMYK00.230.440.47
HSL28.47º27.96%41.37%-
HSV(B)28.47º43.7%52.94%-
XYZ16.2515.578.99-
YUV110.08108.77145.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.86%
GREEN value IS 104 (41.02% from 255) = 33.02%
BLUE value IS 76 (30.08% from 255) = 24.13%
R=42.86%
G=33.02%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351047600.230.440.4728.4727.9641.37
Hex87684C0172C2F1c1c29
Octal2071501140275457343451
Binary10000111110100010011000101111011001011111110011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87684C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87684C; }

 p { color: rgb(135,104,76); }

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

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

 a { background-color: rgb(135,104,76); }

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

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

 span { border-color: rgb(135,104,76); }

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