#87654B

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

Shades of Dark Wood #87654B

Tints of Dark Wood #87654B

Color information

#87654B (or 0x87654B) is unknown color: approx Dark Wood. HEX triplet: 87, 65 and 4B. RGB value is (135,101,75). Sum of RGB (Red+Green+Blue) = 135+101+75=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #87654B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87654B is #789AB4. Grayscale: #6C6C6C. Windows color (decimal): -7903925 or 4941191. OLE color: 4941191.

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

Color convert

RGB13510175-
CMYK00.250.440.47
HSL26º28.57%41.18%-
HSV(B)26º44.44%52.94%-
XYZ15.9214.978.71-
YUV108.2109.26147.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.41%
GREEN value IS 101 (39.84% from 255) = 32.48%
BLUE value IS 75 (29.69% from 255) = 24.12%
R=43.41%
G=32.48%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351017500.250.440.472628.5741.18
Hex87654B0192C2F1a1d29
Octal2071451130315457323551
Binary10000111110010110010110110011011001011111101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87654B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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