#866149

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

Shades of Dark Wood #866149

Tints of Dark Wood #866149

Color information

#866149 (or 0x866149) is unknown color: approx Dark Wood. HEX triplet: 86, 61 and 49. RGB value is (134,97,73). Sum of RGB (Red+Green+Blue) = 134+97+73=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #866149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866149 is #799EB6. Grayscale: #696969. Windows color (decimal): -7970487 or 4809094. OLE color: 4809094.

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

Color convert

RGB1349773-
CMYK00.280.460.47
HSL23.61º29.47%40.59%-
HSV(B)23.61º45.52%52.55%-
XYZ15.3114.18.22-
YUV105.33109.76148.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.08%
GREEN value IS 97 (38.28% from 255) = 31.91%
BLUE value IS 73 (28.91% from 255) = 24.01%
R=44.08%
G=31.91%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134977300.280.460.4723.6129.4740.59
Hex86614901C2E2F181d29
Octal2061411110345657303551
Binary10000110110000110010010111001011101011111100011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866149; }

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

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

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

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

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

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

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

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