#86613E

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

Shades of Dark Wood #86613E

Tints of Dark Wood #86613E

Color information

#86613E (or 0x86613E) is unknown color: approx Dark Wood. HEX triplet: 86, 61 and 3E. RGB value is (134,97,62). Sum of RGB (Red+Green+Blue) = 134+97+62=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 134 - color contains mainly: red. Hex color #86613E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86613E is #799EC1. Grayscale: #686868. Windows color (decimal): -7970498 or 4088198. OLE color: 4088198.

HSL color Cylindrical-coordinate representation of color #86613E: hue angle of 29.17º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #86613E is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1349762-
CMYK00.280.540.47
HSL29.17º36.73%38.43%-
HSV(B)29.17º53.73%52.55%-
XYZ14.9813.976.46-
YUV104.07104.26149.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.73%
GREEN value IS 97 (38.28% from 255) = 33.11%
BLUE value IS 62 (24.61% from 255) = 21.16%
R=45.73%
G=33.11%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134976200.280.540.4729.1736.7338.43
Hex86613E01C362F1d2526
Octal206141760346657354546
Binary10000110110000111111001110011011010111111101100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86613E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86613E; }

 p { color: rgb(134,97,62); }

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

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

 a { background-color: rgb(134,97,62); }

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

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

 span { border-color: rgb(134,97,62); }

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