#866043

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

Shades of Dark Wood #866043

Tints of Dark Wood #866043

Color information

#866043 (or 0x866043) is unknown color: approx Dark Wood. HEX triplet: 86, 60 and 43. RGB value is (134,96,67). Sum of RGB (Red+Green+Blue) = 134+96+67=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #866043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866043 is #799FBC. Grayscale: #686868. Windows color (decimal): -7970749 or 4415622. OLE color: 4415622.

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

Color convert

RGB1349667-
CMYK00.280.50.47
HSL25.97º33.33%39.41%-
HSV(B)25.97º50%52.55%-
XYZ15.0313.847.19-
YUV104.06107.09149.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.12%
GREEN value IS 96 (37.89% from 255) = 32.32%
BLUE value IS 67 (26.56% from 255) = 22.56%
R=45.12%
G=32.32%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.5
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134966700.280.50.4725.9733.3339.41
Hex86604301C322F1a2127
Octal2061401030346257324147
Binary100001101100000100001101110011001010111111010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866043; }

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

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

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

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

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

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

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

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