#86684B

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

Shades of Dark Wood #86684B

Tints of Dark Wood #86684B

Color information

#86684B (or 0x86684B) is unknown color: approx Dark Wood. HEX triplet: 86, 68 and 4B. RGB value is (134,104,75). Sum of RGB (Red+Green+Blue) = 134+104+75=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #86684B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86684B is #7997B4. Grayscale: #6D6D6D. Windows color (decimal): -7968693 or 4941958. OLE color: 4941958.

HSL color Cylindrical-coordinate representation of color #86684B: hue angle of 29.49º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86684B is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB13410475-
CMYK00.220.440.47
HSL29.49º28.23%40.98%-
HSV(B)29.49º44.03%52.55%-
XYZ16.0515.488.8-
YUV109.66108.44145.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.81%
GREEN value IS 104 (41.02% from 255) = 33.23%
BLUE value IS 75 (29.69% from 255) = 23.96%
R=42.81%
G=33.23%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341047500.220.440.4729.4928.2340.98
Hex86684B0162C2F1d1c29
Octal2061501130265457353451
Binary10000110110100010010110101101011001011111110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86684B; }

 p { color: rgb(134,104,75); }

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

<style>
 a { background-color: #86684B; }

 a { background-color: rgb(134,104,75); }

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

<style>
 span { border-color: #86684B; }

 span { border-color: rgb(134,104,75); }

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