#876443

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

Shades of Dark Wood #876443

Tints of Dark Wood #876443

Color information

#876443 (or 0x876443) is unknown color: approx Dark Wood. HEX triplet: 87, 64 and 43. RGB value is (135,100,67). Sum of RGB (Red+Green+Blue) = 135+100+67=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 67 (26.56% from 255 or 22.19% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #876443 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876443 is #789BBC. Grayscale: #6A6A6A. Windows color (decimal): -7904189 or 4416647. OLE color: 4416647.

HSL color Cylindrical-coordinate representation of color #876443: hue angle of 29.12º 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 #876443 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB13510067-
CMYK00.260.500.47
HSL29.12º33.66%39.61%-
HSV(B)29.12º50.37%52.94%-
XYZ15.5614.677.32-
YUV106.7105.6148.18-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.70%
GREEN value IS 100 (39.45% from 255) = 33.11%
BLUE value IS 67 (26.56% from 255) = 22.19%
R=44.70%
G=33.11%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351006700.260.500.4729.1233.6639.61
Hex87644301A322F1d2228
Octal2071441030326257354250
Binary100001111100100100001101101011001010111111101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876443; }

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

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

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

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

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

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

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

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