#866046

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

Shades of Dark Wood #866046

Tints of Dark Wood #866046

Color information

#866046 (or 0x866046) is unknown color: approx Dark Wood. HEX triplet: 86, 60 and 46. RGB value is (134,96,70). Sum of RGB (Red+Green+Blue) = 134+96+70=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 134 - color contains mainly: red. Hex color #866046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866046 is #799FB9. Grayscale: #686868. Windows color (decimal): -7970746 or 4612230. OLE color: 4612230.

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

Color convert

RGB1349670-
CMYK00.280.480.47
HSL24.37º31.37%40%-
HSV(B)24.37º47.76%52.55%-
XYZ15.1213.887.68-
YUV104.4108.59149.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.67%
GREEN value IS 96 (37.89% from 255) = 32%
BLUE value IS 70 (27.73% from 255) = 23.33%
R=44.67%
G=32%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134967000.280.480.4724.3731.3740
Hex86604601C302F181f28
Octal2061401060346057303750
Binary10000110110000010001100111001100001011111100011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866046; }

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

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

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

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

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

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

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

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