#866047

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

Shades of Dark Wood #866047

Tints of Dark Wood #866047

Color information

#866047 (or 0x866047) is unknown color: approx Dark Wood. HEX triplet: 86, 60 and 47. RGB value is (134,96,71). Sum of RGB (Red+Green+Blue) = 134+96+71=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 134 - color contains mainly: red. Hex color #866047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866047 is #799FB8. Grayscale: #686868. Windows color (decimal): -7970745 or 4677766. OLE color: 4677766.

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

Color convert

RGB1349671-
CMYK00.280.470.47
HSL23.81º30.73%40.2%-
HSV(B)23.81º47.01%52.55%-
XYZ15.1513.897.84-
YUV104.51109.09149.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.52%
GREEN value IS 96 (37.89% from 255) = 31.89%
BLUE value IS 71 (28.12% from 255) = 23.59%
R=44.52%
G=31.89%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134967100.280.470.4723.8130.7340.2
Hex86604701C2F2F181f28
Octal2061401070345757303750
Binary10000110110000010001110111001011111011111100011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866047; }

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

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

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

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

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

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

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

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