#866749

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

Shades of Dark Wood #866749

Tints of Dark Wood #866749

Color information

#866749 (or 0x866749) is unknown color: approx Dark Wood. HEX triplet: 86, 67 and 49. RGB value is (134,103,73). Sum of RGB (Red+Green+Blue) = 134+103+73=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #866749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866749 is #7998B6. Grayscale: #6D6D6D. Windows color (decimal): -7968951 or 4810630. OLE color: 4810630.

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

Color convert

RGB13410373-
CMYK00.230.460.47
HSL29.51º29.47%40.59%-
HSV(B)29.51º45.52%52.55%-
XYZ15.8815.258.41-
YUV108.85107.77145.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.23%
GREEN value IS 103 (40.62% from 255) = 33.23%
BLUE value IS 73 (28.91% from 255) = 23.55%
R=43.23%
G=33.23%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341037300.230.460.4729.5129.4740.59
Hex8667490172E2F1e1d29
Octal2061471110275657363551
Binary10000110110011110010010101111011101011111111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866749; }

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

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

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

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

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

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

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

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