#866247

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

Shades of Dark Wood #866247

Tints of Dark Wood #866247

Color information

#866247 (or 0x866247) is unknown color: approx Dark Wood. HEX triplet: 86, 62 and 47. RGB value is (134,98,71). Sum of RGB (Red+Green+Blue) = 134+98+71=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 134 - color contains mainly: red. Hex color #866247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866247 is #799DB8. Grayscale: #696969. Windows color (decimal): -7970233 or 4678278. OLE color: 4678278.

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

Color convert

RGB1349871-
CMYK00.270.470.47
HSL25.71º30.73%40.2%-
HSV(B)25.71º47.01%52.55%-
XYZ15.3414.267.91-
YUV105.69108.43148.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.22%
GREEN value IS 98 (38.67% from 255) = 32.34%
BLUE value IS 71 (28.12% from 255) = 23.43%
R=44.22%
G=32.34%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134987100.270.470.4725.7130.7340.2
Hex86624701B2F2F1a1f28
Octal2061421070335757323750
Binary10000110110001010001110110111011111011111101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866247; }

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

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

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

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

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

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

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

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