#866545

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

Shades of Dark Wood #866545

Tints of Dark Wood #866545

Color information

#866545 (or 0x866545) is unknown color: approx Dark Wood. HEX triplet: 86, 65 and 45. RGB value is (134,101,69). Sum of RGB (Red+Green+Blue) = 134+101+69=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #866545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866545 is #799ABA. Grayscale: #6B6B6B. Windows color (decimal): -7969467 or 4547974. OLE color: 4547974.

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

Color convert

RGB13410169-
CMYK00.250.490.47
HSL29.54º32.02%39.8%-
HSV(B)29.54º48.51%52.55%-
XYZ15.5614.817.67-
YUV107.22106.43147.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.08%
GREEN value IS 101 (39.84% from 255) = 33.22%
BLUE value IS 69 (27.34% from 255) = 22.70%
R=44.08%
G=33.22%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341016900.250.490.4729.5432.0239.8
Hex866545019312F1e2028
Octal2061451050316157364050
Binary100001101100101100010101100111000110111111110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866545; }

 p { color: rgb(134,101,69); }

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

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

 a { background-color: rgb(134,101,69); }

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

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

 span { border-color: rgb(134,101,69); }

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