#866044

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

Shades of Dark Wood #866044

Tints of Dark Wood #866044

Color information

#866044 (or 0x866044) is unknown color: approx Dark Wood. HEX triplet: 86, 60 and 44. RGB value is (134,96,68). Sum of RGB (Red+Green+Blue) = 134+96+68=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 134 - color contains mainly: red. Hex color #866044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866044 is #799FBB. Grayscale: #686868. Windows color (decimal): -7970748 or 4481158. OLE color: 4481158.

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

Color convert

RGB1349668-
CMYK00.280.490.47
HSL25.45º32.67%39.61%-
HSV(B)25.45º49.25%52.55%-
XYZ15.0613.857.35-
YUV104.17107.59149.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.97%
GREEN value IS 96 (37.89% from 255) = 32.21%
BLUE value IS 68 (26.95% from 255) = 22.82%
R=44.97%
G=32.21%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134966800.280.490.4725.4532.6739.61
Hex86604401C312F192128
Octal2061401040346157314150
Binary100001101100000100010001110011000110111111001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866044; }

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

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

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

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

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

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

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

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