#87644A

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

Shades of Dark Wood #87644A

Tints of Dark Wood #87644A

Color information

#87644A (or 0x87644A) is unknown color: approx Dark Wood. HEX triplet: 87, 64 and 4A. RGB value is (135,100,74). Sum of RGB (Red+Green+Blue) = 135+100+74=309 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.69% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 135 - color contains mainly: red. Hex color #87644A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87644A is #789BB5. Grayscale: #6B6B6B. Windows color (decimal): -7904182 or 4875399. OLE color: 4875399.

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

Color convert

RGB13510074-
CMYK00.260.450.47
HSL25.57º29.19%40.98%-
HSV(B)25.57º45.19%52.94%-
XYZ15.7814.768.5-
YUV107.5109.1147.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.69%
GREEN value IS 100 (39.45% from 255) = 32.36%
BLUE value IS 74 (29.30% from 255) = 23.95%
R=43.69%
G=32.36%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351007400.260.450.4725.5729.1940.98
Hex87644A01A2D2F1a1d29
Octal2071441120325557323551
Binary10000111110010010010100110101011011011111101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87644A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87644A; }

 p { color: rgb(135,100,74); }

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

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

 a { background-color: rgb(135,100,74); }

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

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

 span { border-color: rgb(135,100,74); }

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