#866349

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

Shades of Dark Wood #866349

Tints of Dark Wood #866349

Color information

#866349 (or 0x866349) is unknown color: approx Dark Wood. HEX triplet: 86, 63 and 49. RGB value is (134,99,73). Sum of RGB (Red+Green+Blue) = 134+99+73=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 134 - color contains mainly: red. Hex color #866349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866349 is #799CB6. Grayscale: #6A6A6A. Windows color (decimal): -7969975 or 4809606. OLE color: 4809606.

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

Color convert

RGB1349973-
CMYK00.260.460.47
HSL25.57º29.47%40.59%-
HSV(B)25.57º45.52%52.55%-
XYZ15.514.478.28-
YUV106.5109.1147.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.79%
GREEN value IS 99 (39.06% from 255) = 32.35%
BLUE value IS 73 (28.91% from 255) = 23.86%
R=43.79%
G=32.35%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134997300.260.460.4725.5729.4740.59
Hex86634901A2E2F1a1d29
Octal2061431110325657323551
Binary10000110110001110010010110101011101011111101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866349; }

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

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

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

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

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

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

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

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