#86654B

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

Shades of Dark Wood #86654B

Tints of Dark Wood #86654B

Color information

#86654B (or 0x86654B) is unknown color: approx Dark Wood. HEX triplet: 86, 65 and 4B. RGB value is (134,101,75). Sum of RGB (Red+Green+Blue) = 134+101+75=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #86654B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86654B is #799AB4. Grayscale: #6C6C6C. Windows color (decimal): -7969461 or 4941190. OLE color: 4941190.

HSL color Cylindrical-coordinate representation of color #86654B: hue angle of 26.44º 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 #86654B is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB13410175-
CMYK00.250.440.47
HSL26.44º28.23%40.98%-
HSV(B)26.44º44.03%52.55%-
XYZ15.7614.888.7-
YUV107.9109.43146.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.23%
GREEN value IS 101 (39.84% from 255) = 32.58%
BLUE value IS 75 (29.69% from 255) = 24.19%
R=43.23%
G=32.58%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341017500.250.440.4726.4428.2340.98
Hex86654B0192C2F1a1c29
Octal2061451130315457323451
Binary10000110110010110010110110011011001011111101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86654B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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