#865F46

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

Shades of Dark Wood #865F46

Tints of Dark Wood #865F46

Color information

#865F46 (or 0x865F46) is unknown color: approx Dark Wood. HEX triplet: 86, 5F and 46. RGB value is (134,95,70). Sum of RGB (Red+Green+Blue) = 134+95+70=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 134 - color contains mainly: red. Hex color #865F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865F46 is #79A0B9. Grayscale: #676767. Windows color (decimal): -7971002 or 4611974. OLE color: 4611974.

HSL color Cylindrical-coordinate representation of color #865F46: hue angle of 23.44º 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 #865F46 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB1349570-
CMYK00.290.480.47
HSL23.44º31.37%40%-
HSV(B)23.44º47.76%52.55%-
XYZ15.0313.697.65-
YUV103.81108.92149.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.82%
GREEN value IS 95 (37.5% from 255) = 31.77%
BLUE value IS 70 (27.73% from 255) = 23.41%
R=44.82%
G=31.77%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134957000.290.480.4723.4431.3740
Hex865F4601D302F171f28
Octal2061371060356057273750
Binary10000110101111110001100111011100001011111011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865F46; }

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

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

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

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

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

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

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

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