#865F43

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

Shades of Dark Wood #865F43

Tints of Dark Wood #865F43

Color information

#865F43 (or 0x865F43) is unknown color: approx Dark Wood. HEX triplet: 86, 5F and 43. RGB value is (134,95,67). Sum of RGB (Red+Green+Blue) = 134+95+67=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #865F43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865F43 is #79A0BC. Grayscale: #676767. Windows color (decimal): -7971005 or 4415366. OLE color: 4415366.

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

Color convert

RGB1349567-
CMYK00.290.50.47
HSL25.07º33.33%39.41%-
HSV(B)25.07º50%52.55%-
XYZ14.9413.667.16-
YUV103.47107.42149.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.27%
GREEN value IS 95 (37.5% from 255) = 32.09%
BLUE value IS 67 (26.56% from 255) = 22.64%
R=45.27%
G=32.09%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.5
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134956700.290.50.4725.0733.3339.41
Hex865F4301D322F192127
Octal2061371030356257314147
Binary100001101011111100001101110111001010111111001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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