#87664C

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

Shades of Dark Wood #87664C

Tints of Dark Wood #87664C

Color information

#87664C (or 0x87664C) is unknown color: approx Dark Wood. HEX triplet: 87, 66 and 4C. RGB value is (135,102,76). Sum of RGB (Red+Green+Blue) = 135+102+76=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 135 - color contains mainly: red. Hex color #87664C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87664C is #7899B3. Grayscale: #6D6D6D. Windows color (decimal): -7903668 or 5006983. OLE color: 5006983.

HSL color Cylindrical-coordinate representation of color #87664C: hue angle of 26.44º 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 #87664C is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB13510276-
CMYK00.240.440.47
HSL26.44º27.96%41.37%-
HSV(B)26.44º43.7%52.94%-
XYZ16.0515.188.92-
YUV108.9109.43146.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.13%
GREEN value IS 102 (40.23% from 255) = 32.59%
BLUE value IS 76 (30.08% from 255) = 24.28%
R=43.13%
G=32.59%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351027600.240.440.4726.4427.9641.37
Hex87664C0182C2F1a1c29
Octal2071461140305457323451
Binary10000111110011010011000110001011001011111101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87664C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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