#866849

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

Shades of Dark Wood #866849

Tints of Dark Wood #866849

Color information

#866849 (or 0x866849) is unknown color: approx Dark Wood. HEX triplet: 86, 68 and 49. RGB value is (134,104,73). Sum of RGB (Red+Green+Blue) = 134+104+73=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 134 - color contains mainly: red. Hex color #866849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866849 is #7997B6. Grayscale: #6D6D6D. Windows color (decimal): -7968695 or 4810886. OLE color: 4810886.

HSL color Cylindrical-coordinate representation of color #866849: hue angle of 30.49º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #866849 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB13410473-
CMYK00.220.460.47
HSL30.49º29.47%40.59%-
HSV(B)30.49º45.52%52.55%-
XYZ15.9815.458.44-
YUV109.44107.44145.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.09%
GREEN value IS 104 (41.02% from 255) = 33.44%
BLUE value IS 73 (28.91% from 255) = 23.47%
R=43.09%
G=33.44%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341047300.220.460.4730.4929.4740.59
Hex8668490162E2F1e1d29
Octal2061501110265657363551
Binary10000110110100010010010101101011101011111111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866849; }

 p { color: rgb(134,104,73); }

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

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

 a { background-color: rgb(134,104,73); }

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

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

 span { border-color: rgb(134,104,73); }

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