#876344

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

Shades of Dark Wood #876344

Tints of Dark Wood #876344

Color information

#876344 (or 0x876344) is unknown color: approx Dark Wood. HEX triplet: 87, 63 and 44. RGB value is (135,99,68). Sum of RGB (Red+Green+Blue) = 135+99+68=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #876344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876344 is #789CBB. Grayscale: #6A6A6A. Windows color (decimal): -7904444 or 4481927. OLE color: 4481927.

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

Color convert

RGB1359968-
CMYK00.270.500.47
HSL27.76º33%39.8%-
HSV(B)27.76º49.63%52.94%-
XYZ15.514.497.45-
YUV106.23106.43148.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.70%
GREEN value IS 99 (39.06% from 255) = 32.78%
BLUE value IS 68 (26.95% from 255) = 22.52%
R=44.70%
G=32.78%
B=22.52%

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
Decimal135996800.270.500.4727.763339.8
Hex87634401B322F1c2128
Octal2071431040336257344150
Binary100001111100011100010001101111001010111111100100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876344; }

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

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

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

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

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

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

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

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