#866144

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

Shades of Dark Wood #866144

Tints of Dark Wood #866144

Color information

#866144 (or 0x866144) is unknown color: approx Dark Wood. HEX triplet: 86, 61 and 44. RGB value is (134,97,68). Sum of RGB (Red+Green+Blue) = 134+97+68=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 134 - color contains mainly: red. Hex color #866144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866144 is #799EBB. Grayscale: #686868. Windows color (decimal): -7970492 or 4481414. OLE color: 4481414.

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

Color convert

RGB1349768-
CMYK00.280.490.47
HSL26.36º32.67%39.61%-
HSV(B)26.36º49.25%52.55%-
XYZ15.1514.047.38-
YUV104.76107.26148.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.82%
GREEN value IS 97 (38.28% from 255) = 32.44%
BLUE value IS 68 (26.95% from 255) = 22.74%
R=44.82%
G=32.44%
B=22.74%

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
Decimal134976800.280.490.4726.3632.6739.61
Hex86614401C312F1a2128
Octal2061411040346157324150
Binary100001101100001100010001110011000110111111010100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866144; }

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

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

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

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

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

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

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

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