#86603F

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

Shades of Dark Wood #86603F

Tints of Dark Wood #86603F

Color information

#86603F (or 0x86603F) is unknown color: approx Dark Wood. HEX triplet: 86, 60 and 3F. RGB value is (134,96,63). Sum of RGB (Red+Green+Blue) = 134+96+63=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 134 - color contains mainly: red. Hex color #86603F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86603F is #799FC0. Grayscale: #676767. Windows color (decimal): -7970753 or 4153478. OLE color: 4153478.

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

Color convert

RGB1349663-
CMYK00.280.530.47
HSL27.89º36.04%38.63%-
HSV(B)27.89º52.99%52.55%-
XYZ14.9113.796.58-
YUV103.6105.09149.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.73%
GREEN value IS 96 (37.89% from 255) = 32.76%
BLUE value IS 63 (25% from 255) = 21.50%
R=45.73%
G=32.76%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134966300.280.530.4727.8936.0438.63
Hex86603F01C352F1c2427
Octal206140770346557344447
Binary10000110110000011111101110011010110111111100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86603F; }

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

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

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

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

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

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

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

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