#86654A

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

Shades of Dark Wood #86654A

Tints of Dark Wood #86654A

Color information

#86654A (or 0x86654A) is unknown color: approx Dark Wood. HEX triplet: 86, 65 and 4A. RGB value is (134,101,74). Sum of RGB (Red+Green+Blue) = 134+101+74=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 134 - color contains mainly: red. Hex color #86654A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86654A is #799AB5. Grayscale: #6B6B6B. Windows color (decimal): -7969462 or 4875654. OLE color: 4875654.

HSL color Cylindrical-coordinate representation of color #86654A: hue angle of 27º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86654A is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB13410174-
CMYK00.250.450.47
HSL27º28.85%40.78%-
HSV(B)27º44.78%52.55%-
XYZ15.7214.878.52-
YUV107.79108.93146.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.37%
GREEN value IS 101 (39.84% from 255) = 32.69%
BLUE value IS 74 (29.30% from 255) = 23.95%
R=43.37%
G=32.69%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341017400.250.450.472728.8540.78
Hex86654A0192D2F1b1d29
Octal2061451120315557333551
Binary10000110110010110010100110011011011011111101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86654A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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