#87644B

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

Shades of Dark Wood #87644B

Tints of Dark Wood #87644B

Color information

#87644B (or 0x87644B) is unknown color: approx Dark Wood. HEX triplet: 87, 64 and 4B. RGB value is (135,100,75). Sum of RGB (Red+Green+Blue) = 135+100+75=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 135 - color contains mainly: red. Hex color #87644B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87644B is #789BB4. Grayscale: #6B6B6B. Windows color (decimal): -7904181 or 4940935. OLE color: 4940935.

HSL color Cylindrical-coordinate representation of color #87644B: hue angle of 25º degrees, saturation: 0.29, 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 #87644B is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB13510075-
CMYK00.260.440.47
HSL25º28.57%41.18%-
HSV(B)25º44.44%52.94%-
XYZ15.8214.778.67-
YUV107.62109.6147.53-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.55%
GREEN value IS 100 (39.45% from 255) = 32.26%
BLUE value IS 75 (29.69% from 255) = 24.19%
R=43.55%
G=32.26%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351007500.260.440.472528.5741.18
Hex87644B01A2C2F191d29
Octal2071441130325457313551
Binary10000111110010010010110110101011001011111100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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