#876343

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

Shades of Dark Wood #876343

Tints of Dark Wood #876343

Color information

#876343 (or 0x876343) is unknown color: approx Dark Wood. HEX triplet: 87, 63 and 43. RGB value is (135,99,67). Sum of RGB (Red+Green+Blue) = 135+99+67=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 67 (26.56% from 255 or 22.26% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #876343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876343 is #789CBC. Grayscale: #6A6A6A. Windows color (decimal): -7904445 or 4416391. OLE color: 4416391.

HSL color Cylindrical-coordinate representation of color #876343: hue angle of 28.24º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #876343 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB1359967-
CMYK00.270.500.47
HSL28.24º33.66%39.61%-
HSV(B)28.24º50.37%52.94%-
XYZ15.4714.487.29-
YUV106.12105.93148.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.85%
GREEN value IS 99 (39.06% from 255) = 32.89%
BLUE value IS 67 (26.56% from 255) = 22.26%
R=44.85%
G=32.89%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135996700.270.500.4728.2433.6639.61
Hex87634301B322F1c2228
Octal2071431030336257344250
Binary100001111100011100001101101111001010111111100100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876343; }

 p { color: rgb(135,99,67); }

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

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

 a { background-color: rgb(135,99,67); }

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

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

 span { border-color: rgb(135,99,67); }

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