#866140

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

Shades of Dark Wood #866140

Tints of Dark Wood #866140

Color information

#866140 (or 0x866140) is unknown color: approx Dark Wood. HEX triplet: 86, 61 and 40. RGB value is (134,97,64). Sum of RGB (Red+Green+Blue) = 134+97+64=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #866140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866140 is #799EBF. Grayscale: #686868. Windows color (decimal): -7970496 or 4219270. OLE color: 4219270.

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

Color convert

RGB1349764-
CMYK00.280.520.47
HSL28.29º35.35%38.82%-
HSV(B)28.29º52.24%52.55%-
XYZ15.0313.996.76-
YUV104.3105.26149.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.42%
GREEN value IS 97 (38.28% from 255) = 32.88%
BLUE value IS 64 (25.39% from 255) = 21.69%
R=45.42%
G=32.88%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134976400.280.520.4728.2935.3538.82
Hex86614001C342F1c2327
Octal2061411000346457344347
Binary100001101100001100000001110011010010111111100100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866140; }

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

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

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

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

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

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

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

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