#86623F

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

Shades of Dark Wood #86623F

Tints of Dark Wood #86623F

Color information

#86623F (or 0x86623F) is unknown color: approx Dark Wood. HEX triplet: 86, 62 and 3F. RGB value is (134,98,63). Sum of RGB (Red+Green+Blue) = 134+98+63=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #86623F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86623F is #799DC0. Grayscale: #686868. Windows color (decimal): -7970241 or 4153990. OLE color: 4153990.

HSL color Cylindrical-coordinate representation of color #86623F: hue angle of 29.58º 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 #86623F is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB1349863-
CMYK00.270.530.47
HSL29.58º36.04%38.63%-
HSV(B)29.58º52.99%52.55%-
XYZ15.114.166.64-
YUV104.77104.43148.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.42%
GREEN value IS 98 (38.67% from 255) = 33.22%
BLUE value IS 63 (25% from 255) = 21.36%
R=45.42%
G=33.22%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134986300.270.530.4729.5836.0438.63
Hex86623F01B352F1e2427
Octal206142770336557364447
Binary10000110110001011111101101111010110111111110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86623F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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