#87654A

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

Shades of Dark Wood #87654A

Tints of Dark Wood #87654A

Color information

#87654A (or 0x87654A) is unknown color: approx Dark Wood. HEX triplet: 87, 65 and 4A. RGB value is (135,101,74). Sum of RGB (Red+Green+Blue) = 135+101+74=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 135 - color contains mainly: red. Hex color #87654A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87654A is #789AB5. Grayscale: #6C6C6C. Windows color (decimal): -7903926 or 4875655. OLE color: 4875655.

HSL color Cylindrical-coordinate representation of color #87654A: hue angle of 26.56º 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 #87654A is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB13510174-
CMYK00.250.450.47
HSL26.56º29.19%40.98%-
HSV(B)26.56º45.19%52.94%-
XYZ15.8814.958.53-
YUV108.09108.76147.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.55%
GREEN value IS 101 (39.84% from 255) = 32.58%
BLUE value IS 74 (29.30% from 255) = 23.87%
R=43.55%
G=32.58%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351017400.250.450.4726.5629.1940.98
Hex87654A0192D2F1b1d29
Octal2071451120315557333551
Binary10000111110010110010100110011011011011111101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87654A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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