#866643

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

Shades of Dark Wood #866643

Tints of Dark Wood #866643

Color information

#866643 (or 0x866643) is unknown color: approx Dark Wood. HEX triplet: 86, 66 and 43. RGB value is (134,102,67). Sum of RGB (Red+Green+Blue) = 134+102+67=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 134 - color contains mainly: red. Hex color #866643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866643 is #7999BC. Grayscale: #6B6B6B. Windows color (decimal): -7969213 or 4417158. OLE color: 4417158.

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

Color convert

RGB13410267-
CMYK00.240.50.47
HSL31.34º33.33%39.41%-
HSV(B)31.34º50%52.55%-
XYZ15.614.987.38-
YUV107.58105.1146.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.22%
GREEN value IS 102 (40.23% from 255) = 33.66%
BLUE value IS 67 (26.56% from 255) = 22.11%
R=44.22%
G=33.66%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.5
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341026700.240.50.4731.3433.3339.41
Hex866643018322F1f2127
Octal2061461030306257374147
Binary100001101100110100001101100011001010111111111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866643; }

 p { color: rgb(134,102,67); }

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

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

 a { background-color: rgb(134,102,67); }

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

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

 span { border-color: rgb(134,102,67); }

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