#866347

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

Shades of Dark Wood #866347

Tints of Dark Wood #866347

Color information

#866347 (or 0x866347) is unknown color: approx Dark Wood. HEX triplet: 86, 63 and 47. RGB value is (134,99,71). Sum of RGB (Red+Green+Blue) = 134+99+71=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #866347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866347 is #799CB8. Grayscale: #6A6A6A. Windows color (decimal): -7969977 or 4678534. OLE color: 4678534.

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

Color convert

RGB1349971-
CMYK00.260.470.47
HSL26.67º30.73%40.2%-
HSV(B)26.67º47.01%52.55%-
XYZ15.4314.457.94-
YUV106.27108.1147.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.08%
GREEN value IS 99 (39.06% from 255) = 32.57%
BLUE value IS 71 (28.12% from 255) = 23.36%
R=44.08%
G=32.57%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134997100.260.470.4726.6730.7340.2
Hex86634701A2F2F1b1f28
Octal2061431070325757333750
Binary10000110110001110001110110101011111011111101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866347; }

 p { color: rgb(134,99,71); }

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

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

 a { background-color: rgb(134,99,71); }

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

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

 span { border-color: rgb(134,99,71); }

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