#866246

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

Shades of Dark Wood #866246

Tints of Dark Wood #866246

Color information

#866246 (or 0x866246) is unknown color: approx Dark Wood. HEX triplet: 86, 62 and 46. RGB value is (134,98,70). Sum of RGB (Red+Green+Blue) = 134+98+70=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 134 - color contains mainly: red. Hex color #866246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866246 is #799DB9. Grayscale: #696969. Windows color (decimal): -7970234 or 4612742. OLE color: 4612742.

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

Color convert

RGB1349870-
CMYK00.270.480.47
HSL26.25º31.37%40%-
HSV(B)26.25º47.76%52.55%-
XYZ15.314.257.74-
YUV105.57107.93148.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.37%
GREEN value IS 98 (38.67% from 255) = 32.45%
BLUE value IS 70 (27.73% from 255) = 23.18%
R=44.37%
G=32.45%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134987000.270.480.4726.2531.3740
Hex86624601B302F1a1f28
Octal2061421060336057323750
Binary10000110110001010001100110111100001011111101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866246; }

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

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

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

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

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

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

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

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